From c0a395eda0f7528310e560e32da075e5a9bc3140 Mon Sep 17 00:00:00 2001 From: scttbnsn <80784472+scttbnsn@users.noreply.github.com> Date: Sun, 23 Aug 2026 16:16:27 -0400 Subject: [PATCH] chore: ignore .claude/ with a tracked line It was covered only by .git/info/exclude, which protects one clone and nobody else's. Without a tracked line, `git add -A` in the parent stages a nested worktree as an embedded gitlink and `git clean -ffd` deletes it. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 430cb52..a80ec3d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ exports/**/*.gif exports/**/*.apng.png frontend/.capture-frames/ + +# Agent worktrees and local agent state +.claude/