1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-26 03:52:52 +02: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": [
"node_modules",
"dist/**",
"releases/**"
"dist",
"build",
"coverage",
"store"
]
}