chore: ignore .claude/ (agent worktrees)
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:
@@ -28,3 +28,6 @@ go.work.sum
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Local worktrees created for agent work — never part of the repo.
|
||||
.claude/
|
||||
|
||||
Reference in New Issue
Block a user