Skip to content

Commit

Permalink
ignore node_modules for docs/modules
Browse files Browse the repository at this point in the history
Although it is not necessary to run `npm install` in the docs/modules
submodule repos to make and use code or documentation changes, one might
still run `npm install` in order to run the tests for that submodule.
  • Loading branch information
leoj3n committed Apr 10, 2017
1 parent 5a782ba commit f941fe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"**/*_test.js",
"**/test_*.js",
"**/test-*.md",
"**/test.js"
"**/test.js",
"**/node_modules/**/*"
]
},
"parent": "BitDocs",
Expand Down

0 comments on commit f941fe8

Please sign in to comment.