Skip to content

Commit 538aaa6

Browse files
authored
fix(create): add .claude/worktrees/ to monorepo template gitignore (#1125)
## Summary - Add `.claude/worktrees/` to the monorepo template's `_gitignore` so that projects created with `vp create` ignore Claude Code worktree files by default - This prevents oxlint/oxfmt from reporting false warnings on worktree files, since both tools respect `.gitignore` via the `ignore` crate's `WalkBuilder` Closes #1106
1 parent 1462953 commit 538aaa6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/cli/templates/monorepo/_gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25+
26+
# AI agent worktrees
27+
.claude/worktrees/

0 commit comments

Comments
 (0)