Skip to content

Commit 5efb35a

Browse files
chore(claude): ignore local Claude settings (#5042)
Add .claude/settings.local.json to .gitignore to prevent committing local Claude Code configuration. Co-authored-by: Markus Hintersteiner <markus.hintersteiner@sentry.io>
1 parent 96eeafa commit 5efb35a

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
@@ -28,3 +28,6 @@ spy.log
2828
.kotlin
2929
**/tomcat.8080/webapps/
3030
**/__pycache__
31+
32+
# Local Claude Code settings that should not be committed
33+
.claude/settings.local.json

0 commit comments

Comments
 (0)