Add bsconfig

This commit is contained in:
Bronley 2021-01-31 14:35:27 -05:00
parent ef90af4c36
commit 0918353f3b

10
bsconfig.json Normal file
View File

@ -0,0 +1,10 @@
{
"files": [
"manifest",
"source/**/*.*",
"components/**/*.*",
"images/**/*.*",
"resources/**/*.*",
"locale/**/*.*"
]
}