Skip to content

Commit 2ddc2f8

Browse files
sunnylqmclaude
andauthored
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

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ bower_components
3838
build/Release
3939

4040
# Dependency directories
41-
node_modules/
41+
node_modules
4242
jspm_packages/
4343

4444
# TypeScript v1 declaration files

0 commit comments

Comments
 (0)