Commit 538aaa6
authored
fix(create): add
## 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.claude/worktrees/ to monorepo template gitignore (#1125)1 parent 1462953 commit 538aaa6
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments