Skip to content

Commit 6c6100d

Browse files
chore: ignore local Claude settings (#5557)
Add .claude/settings.local.json to .gitignore to prevent committing local Claude Code configuration.
1 parent 664c66f commit 6c6100d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,6 @@ swiftlint/*
9797

9898
# Sample app
9999
samples/*/.env
100+
101+
# Local Claude Code settings that should not be committed
102+
.claude/settings.local.json

0 commit comments

Comments
 (0)