1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00: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"
] ]
} }