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:
Jannis Braun
2026-05-15 15:05:41 +02:00
parent bc286c2750
commit 4829746efc
+5
View File
@@ -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