Merge pull request #326 from researchgate/gitignore

Ignore node_modules folder in git
This commit is contained in:
Tom MacWright 2016-01-07 17:44:41 -05:00
commit 39b0ae4e74

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
coverage
.nyc_output
.nyc_output
node_modules