Skip to content

Commit bf6087c

Browse files
chore(llm): Ignore local Claude settings (#18893)
Ignore .claude/settings.local.json as these are local settings not intended for version control. Closes #18894 (added automatically)
1 parent 55d7678 commit bf6087c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,6 @@ packages/gatsby/gatsby-node.d.ts
6464

6565
#junit reports
6666
packages/**/*.junit.xml
67+
68+
# Local Claude Code settings that should not be committed
69+
.claude/settings.local.json

0 commit comments

Comments
 (0)