Skip to content

Commit b9f2c58

Browse files
1995parhamclaude
andcommitted
chore: match Claude Code ignores at any depth
Pattern with internal slash is anchored to repo root; nested checkouts (e.g. monorepos with apps/*/.claude/) leaked settings.local.json. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c79be69 commit b9f2c58

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

git/gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ Session.vim
7070
*~
7171

7272
### Claude Code
73-
.claude/settings.local.json
74-
CLAUDE.local.md
75-
.claude/.credentials.json
73+
**/.claude/settings.local.json
74+
**/CLAUDE.local.md
75+
**/.claude/.credentials.json

0 commit comments

Comments
 (0)