chore: ignore local Claude Code settings
.claude/settings.local.json was only excluded by a machine-global ignore file, so it would be trackable in any fresh clone. It holds machine-local state (including the internal Gitea host), so ignore it from the repo itself. Also cover the .tmp.* files written during atomic saves, which otherwise break `git add -A`. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -40,3 +40,6 @@ google_cred/
|
|||||||
# os cruft
|
# os cruft
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
# editor / agent local state
|
||||||
|
.claude/settings.local.json
|
||||||
|
.claude/settings.local.json.tmp.*
|
||||||
Reference in New Issue
Block a user