diff --git a/Node.gitignore b/Node.gitignore index 1630132..7dccd97 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -1,12 +1,15 @@ lib-cov *.seed *.log *.csv *.dat *.out *.pid *.gz pids logs -results \ No newline at end of file +results + +node_modules +npm-debug.log \ No newline at end of file