Skip to content

Commit f941fe8

Browse files
committed
ignore node_modules for docs/modules
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.
1 parent 5a782ba commit f941fe8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"**/*_test.js",
5858
"**/test_*.js",
5959
"**/test-*.md",
60-
"**/test.js"
60+
"**/test.js",
61+
"**/node_modules/**/*"
6162
]
6263
},
6364
"parent": "BitDocs",

0 commit comments

Comments
 (0)