chore: ignore .claude/settings.local.json in all directories

Update gitignore to use glob pattern for settings.local.json files
in any .claude directory. Also untrack the existing file.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Nicholas Tindle
2026-01-18 18:54:42 -06:00
parent 8fc174ca87
commit 6fbd208fe3
2 changed files with 1 additions and 9 deletions

2
.gitignore vendored
View File

@@ -178,5 +178,5 @@ autogpt_platform/backend/settings.py
*.ign.*
.test-contents
.claude/settings.local.json
**/.claude/settings.local.json
/autogpt_platform/backend/logs

View File

@@ -1,8 +0,0 @@
{
"permissions": {
"allow": [
"Bash(tree:*)",
"Bash(grep:*)"
]
}
}