From 946a65f52ee357cf0276b405a4e7f4ab1bb76247 Mon Sep 17 00:00:00 2001 From: Nic-dorman Date: Mon, 20 Apr 2026 18:29:44 +0100 Subject: [PATCH] chore: gitignore local claude settings and planning dir .claude/settings.local.json is user-local permission state that slipped into the repo in an earlier commit; untrack it and ignore going forward. Also ignore .planning/ so session planning artifacts stay out of version control. Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude/settings.local.json | 7 ------- .gitignore | 2 ++ 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index c6e09c3..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(gh pr:*)" - ] - } -} diff --git a/.gitignore b/.gitignore index 688a3ea..d6647de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ /target .cargo/config.toml .claude/plans/ +.claude/settings.local.json .claude/skills/ +.planning/