Ignore and untrack .claude/settings.local.json

Adds .claude/settings.local.json to .gitignore and removes it from
version control to keep local Claude Code permissions out of the repo.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-17 18:59:56 -05:00
parent 40cce64afc
commit b4e4f3af2e
2 changed files with 5 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
{
"permissions": {
"allow": [
"Bash(git checkout:*)",
"Bash(git branch:*)"
]
}
}

5
.gitignore vendored
View File

@@ -28,6 +28,11 @@ secrets/
*.sqlite
*.sqlite3
# ============================================================
# Claude Code local settings
# ============================================================
.claude/settings.local.json
# ============================================================
# OS / Editor / IDE cruft
# ============================================================