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:
dj-oyu 2026-03-14 20:10:21 +09:00
parent 8e12bc6f1f
commit c67e6118c1

3
.gitignore vendored
View file

@ -41,6 +41,9 @@ tasks/
# Plans
docs/plans/
# Claude Code (local settings are per-user)
.claude/settings.local.json
# Editors
.vscode/
.idea/