From b85785a0cb73c9883c73bb7833cb6be8ccfde1b5 Mon Sep 17 00:00:00 2001 From: RaymondVerhoef Date: Wed, 20 May 2026 13:54:57 +0200 Subject: [PATCH] chore: ignore .claude/ local agent state Adds Claude Code's per-user .claude/ directory (settings.local.json allowlists, etc.) to .gitignore so it doesn't get accidentally committed. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3cf9894..c3f907f 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,7 @@ dist-ssr pb_data/ pocketbase.exe pocketbase.zip + +# Claude Code local agent state (settings.local.json holds per-user +# command allowlists; never share across teammates) +.claude/