From c3fe0df10b06d7cb93b4d6d9c55ac6253607674a Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 3 Sep 2026 12:31:34 +0200 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e2e2acf..a69e125 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules dist src-tauri/target .DS_Store +.claude/settings.local.json