fix: stop tracking .claude/settings.local.json

Remove .claude/settings.local.json from git tracking and add it to .gitignore to prevent future accidental commits of local settings.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
hetaoBackend
2026-01-19 16:28:03 +08:00
parent 9a3eaea54e
commit 8ea530e221
2 changed files with 3 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
{
"permissions": {
"allow": [
"Bash(make lint:*)"
]
}
}

3
backend/.gitignore vendored
View File

@@ -20,3 +20,6 @@ config.yaml
# Langgraph
.langgraph_api
# Claude Code settings
.claude/settings.local.json