From 0918353f3b7814ea7c63265525bc9789f518af2a Mon Sep 17 00:00:00 2001 From: Bronley Date: Sun, 31 Jan 2021 14:35:27 -0500 Subject: [PATCH] Add bsconfig --- bsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bsconfig.json diff --git a/bsconfig.json b/bsconfig.json new file mode 100644 index 00000000..efb6d4c1 --- /dev/null +++ b/bsconfig.json @@ -0,0 +1,10 @@ +{ + "files": [ + "manifest", + "source/**/*.*", + "components/**/*.*", + "images/**/*.*", + "resources/**/*.*", + "locale/**/*.*" + ] +} \ No newline at end of file