From d963c1261b3b31f6b880245a087a7068397d4746 Mon Sep 17 00:00:00 2001 From: flyworker Date: Sun, 6 Sep 2026 19:48:17 +0000 Subject: [PATCH] chore: actually ignore .claude #136 untracked the files but the .gitignore change never landed with them: the edit was unstaged when that commit was made, so only the deletions were recorded. Without this, recreating .claude puts it straight back under version control, which is the thing that was being fixed. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ee00ae9..cb2abd8 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,7 @@ internal/dashboard/ui/node_modules/cp.log *.db-shm *.sqlite *.sqlite3 + +# Local Claude Code configuration: slash commands, skills and settings are the +# operator's own tooling, not part of the provider client. +.claude/