chore: ignore .claude/ (agent worktrees)
CI / Tidy (push) Successful in 9m23s
CI / Build & Test (push) Successful in 9m48s

A `git add -A` in a checkout with a worktree under .claude/worktrees/ records
it as a gitlink — a submodule pointer no clone can resolve. That happened in
gadfly today; this is the same one-line prevention, applied before it happens
here.

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
This commit is contained in:
2026-08-12 18:58:35 -04:00
co-authored by Claude Opus 5
parent f837115a55
commit 85561ab477
+3
View File
@@ -28,3 +28,6 @@ go.work.sum
# macOS # macOS
.DS_Store .DS_Store
# Local worktrees created for agent work — never part of the repo.
.claude/