Commit 2ddc2f8
chore: ignore node_modules as a symlink too (#79)
`node_modules/` only matches a directory, so a `node_modules` symlink
(e.g. one pointing at another checkout from a git worktree) slipped into a
commit and broke CI's `bun install`. Drop the slash so both are ignored.
Claude-Session: https://claude.ai/code/session_01JCaS35vZG4DCtmM24MYaVR
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent ee7cc34 commit 2ddc2f8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments