Ignore .claude/settings.local.json

Per-user local Claude Code settings have no business being versioned —
remove the previously tracked file and add the path to .gitignore so
local permission changes don't show up in future diffs.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-18 11:32:49 +02:00
parent 4b0a182013
commit 75f54e27c4
2 changed files with 3 additions and 31 deletions

3
.gitignore vendored
View File

@@ -16,3 +16,6 @@ Unreal/Plugins/*/Intermediate/
Thumbs.db
Desktop.ini
.DS_Store
# Claude Code per-user local settings
.claude/settings.local.json