chore: untrack .claude/settings.local.json (machine-local)

It holds this machine's Claude Code permission allowlist — local by
convention (the `.local` suffix; settings.json is the shared one), so it
shouldn't be versioned. Remove from tracking (keeping the working file)
and gitignore it.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-14 20:45:54 +01:00
parent 8c47716f9a
commit db6a0ba455
2 changed files with 3 additions and 284 deletions

3
.gitignore vendored
View File

@@ -8,3 +8,6 @@ result-*
__pycache__/
.DS_Store
# Claude Code machine-local settings (permissions etc.)
.claude/settings.local.json