Skip to content

Commit efec855

Browse files
committed
fix: ensure that all node_modules are ignored
1 parent 22a2466 commit efec855

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
node_modules
1+
node_modules/**
22
test/**/package-lock.json
3+
**/node_modules

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
.cache
1+
.cache
2+
node_modules/**
3+
**/node_modules

0 commit comments

Comments
 (0)