Skip to content

Commit 39b0ae4

Browse files
committed
Merge pull request #326 from researchgate/gitignore
Ignore node_modules folder in git
2 parents 3519e18 + e70acf6 commit 39b0ae4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
coverage
2-
.nyc_output
2+
.nyc_output
3+
node_modules

0 commit comments

Comments
 (0)