chore: gitignore .claude/worktrees and scheduled_tasks.lock
Worktrees are embedded git repos; if any future agent runs `git add -A` they get committed as a submodule pointer, which causes partial-checkout breakage on clones. Always-ignore so the trap isn't reachable.
This commit is contained in:
@@ -67,3 +67,8 @@ Gemini Starter.rtf
|
||||
tests/.tmp/
|
||||
tests/reports/*
|
||||
!tests/reports/.gitkeep
|
||||
|
||||
# Claude Code agent scratch — worktrees are embedded repos that, if committed
|
||||
# via `git add -A`, produce confusing partial-checkout behavior on clones.
|
||||
.claude/worktrees/
|
||||
.claude/scheduled_tasks.lock
|
||||
|
||||
Reference in New Issue
Block a user