Skip to content

Commit 07623ee

Browse files
arul28claude
andcommitted
Drop trailing slash on node_modules gitignore pattern
Lane worktrees use symlinks named node_modules pointing at the main checkout's installed copies. The previous `node_modules/` pattern only matched directories, so git saw the symlinks as untracked — which in turn blocked `ade prs create` preflight and forced /shipLane to fall back to `gh pr create`. Without the slash, the pattern matches both directories (main checkout) and symlinks (worktrees). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 68ef71a commit 07623ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DS_Store
22
*.pem
3-
node_modules/
3+
node_modules
44
/.npm-cache
55
/apps/desktop/release-stable
66
/apps/desktop/.cache

0 commit comments

Comments
 (0)