Skip to content

fix(create): add .claude/worktrees/ to monorepo template gitignore#1125

Merged
fengmk2 merged 2 commits intovoidzero-dev:mainfrom
hamsurang:fix/ignore-claude-worktrees
Mar 24, 2026
Merged

fix(create): add .claude/worktrees/ to monorepo template gitignore#1125
fengmk2 merged 2 commits intovoidzero-dev:mainfrom
hamsurang:fix/ignore-claude-worktrees

Conversation

@jong-kyung
Copy link
Contributor

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

@netlify
Copy link

netlify bot commented Mar 24, 2026

Deploy Preview for viteplus-preview ready!

Name Link
🔨 Latest commit 2e3c9b4
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/69c27a346480eb00080d5ba0
😎 Deploy Preview https://deploy-preview-1125--viteplus-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@fengmk2 fengmk2 merged commit 538aaa6 into voidzero-dev:main Mar 24, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ignore worktrees by default when setting up vite-plus, and/or add a warning when one is detected

2 participants