ignore jslib dirs

This commit is contained in:
Kyle Spearrin 2018-02-23 23:48:06 -05:00
parent 4be5ced2b5
commit 81c9f5a5f0
1 changed files with 2 additions and 0 deletions

View File

@ -16,7 +16,9 @@
}, },
"exclude": [ "exclude": [
"node_modules", "node_modules",
"jslib/node_modules",
"dist", "dist",
"jslib/dist",
"build", "build",
"build.safariextension", "build.safariextension",
"coverage", "coverage",