Keep the M1 agent's own allowlist out of the repo

.claude/settings.local.json holds the permissions the headless agent on
M1 runs under. It belongs to that machine, not to this project, and
should neither be committed nor pushed back by the handoff sync.
This commit is contained in:
2026-09-03 12:31:34 +02:00
parent 8cc34c48ed
commit c3fe0df10b
+1
View File
@@ -2,3 +2,4 @@ node_modules
dist dist
src-tauri/target src-tauri/target
.DS_Store .DS_Store
.claude/settings.local.json