Skip to content

Commit 6ef8ea3

Browse files
committed
chore: ignore local Claude Code settings
Removes the accidentally-tracked .claude/settings.local.json (it's a per-user IDE state file, not shared project config) and adds it to .gitignore so it stays out of the repo on future commits.
1 parent eae0ed3 commit 6ef8ea3

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

.claude/settings.local.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
.idea
1919
bench
2020
**vendor
21+
.claude/settings.local.json

0 commit comments

Comments
 (0)