chore: gitignore .claude/settings.local.json
Local Claude Code settings (permissions, remote env ID) are per-user and should not be tracked. Untrack the file and add it to .gitignore. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
8e12bc6f1f
commit
c67e6118c1
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -41,6 +41,9 @@ tasks/
|
||||||
# Plans
|
# Plans
|
||||||
docs/plans/
|
docs/plans/
|
||||||
|
|
||||||
|
# Claude Code (local settings are per-user)
|
||||||
|
.claude/settings.local.json
|
||||||
|
|
||||||
# Editors
|
# Editors
|
||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue