From e5523f5c3ffb6c56577129a540d256705696384a Mon Sep 17 00:00:00 2001 From: Kyle Scully Date: Fri, 27 Feb 2026 18:51:18 +0000 Subject: [PATCH] Add entries to `.gitignore` Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.AddToGitignore?organizationId=QUxML09wZW4gU291cmNlL09wZW5SZXdyaXRl#defaults=W3sibmFtZSI6ImVudHJpZXMiLCJ2YWx1ZSI6Ii5jbGF1ZGUvc2V0dGluZ3MubG9jYWwuanNvbiAifV0= Co-authored-by: Moderne --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9e5f15aa2a..467dffd57d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ out/ .settings/ .DS_Store bin/ + +.claude/settings.local.json \ No newline at end of file