base: seed global gitignore with .claude/settings.local.json
Lint workflows / actionlint (push) Successful in 23s

Claude Code's per-machine local settings can carry credentials and should never
be committed. Add the pattern to the seeded ~/.gitignore_global so fresh
containers match a host global that already ignores it. Existing containers are
unaffected (seed copied only when absent). Base-affecting; rebuilds base-<hash>.
This commit is contained in:
pi
2026-07-11 22:29:28 +02:00
parent 3d46c6615e
commit 92212fa447
2 changed files with 14 additions and 0 deletions
+3
View File
@@ -9,3 +9,6 @@
*.orig
*.swp
*.tmp
# AI/LLM tool local settings — machine-specific perms + credentials, never commit
**/.claude/settings.local.json