1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-22 16:29:09 +01:00

exclude proper folders

This commit is contained in:
Kyle Spearrin 2017-11-22 21:22:40 -05:00
parent a457846915
commit 991ddd8271

View File

@ -11,7 +11,9 @@
}, },
"exclude": [ "exclude": [
"node_modules", "node_modules",
"dist/**", "dist",
"releases/**" "build",
"coverage",
"store"
] ]
} }