From 1cdcd8e1925a95fa9e2d14338b431f4864dcc050 Mon Sep 17 00:00:00 2001 From: Andrew A Date: Sun, 26 Apr 2026 20:33:11 +0200 Subject: [PATCH] chore: ignore local claude files Ignore per-user instructions, also default worktree location. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 29542e4..4d2c328 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,6 @@ bight # .vscode/ # Assistants -.claude/*.local.json \ No newline at end of file +.claude/*.local.json +.claude/worktrees +CLAUDE.local.md \ No newline at end of file