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:
2026-07-08 12:59:03 +00:00
parent 37ec549544
commit 096b99f376

5
.gitignore vendored
View File

@@ -39,4 +39,7 @@ google_cred/
*.safetensors *.safetensors
# 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.*