Claude Code sessions create their worktrees under .claude/worktrees/ in whichever repo they are working in, so the directory showed up as untracked in every git status. punktfunk already ignores it; this brings the other repos in line.
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
node_modules
|
|
dist
|
|
storybook-static
|
|
*storybook.log
|
|
.DS_Store
|
|
|
|
# Claude Code scratch space: session worktrees live in .claude/worktrees/
|
|
.claude/
|