Commit 07623ee
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments