Skip to content

Commit 45a33bf

Browse files
committed
Remove accidental Claude worktree gitlinks from index
.claude/worktrees/ paths were committed as gitlink submodule entries, breaking CI checkout with submodules:recursive. Removed from index and added to .gitignore.
1 parent 5d25563 commit 45a33bf

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.claude/worktrees/agent-a7638c26

Lines changed: 0 additions & 1 deletion
This file was deleted.

.claude/worktrees/agent-aefcf8d6

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,6 @@ ludwig/benchmarking/configs/
153153
*.wav
154154
generated_audio/
155155
generated_images/
156+
157+
# Claude Code worktrees (should never be committed)
158+
.claude/worktrees/

0 commit comments

Comments
 (0)