Skip to content

Commit 7ca2158

Browse files
fix: remove committed node_modules symlink and harden gitignore (finos#2708)
1 parent ca7589a commit 7ca2158

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ docs/contributing.md
3131
**/.vscode**/
3232
/.vscode/settings.json
3333

34-
node_modules/
34+
# No trailing slash: also ignores a `node_modules` symlink (git stores symlinks
35+
# as files, so a trailing-slash pattern would not match them) — see issue #2707
36+
node_modules
3537
**/dist/
3638
**/.vscode-test/
3739
**/out/

node_modules

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)