better support for git worktrees #34665
markgoho
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Now that Claude Code has native support for git worktrees, more people are using them. In an Nx project, when using worktrees, the entire repo is cloned to
.claude/worktreesand results in many duplicate project.json filesThe temporary solution is to add this path to the .nxignore file, but that has other implications.
We should consider how to better support duplicate Nx workspaces in subfolders
Beta Was this translation helpful? Give feedback.
All reactions