summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-09-10 11:20:51 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-09-10 11:20:51 -0400
commita364e13698d2e8e69a9cbc8fa0f436590e5aafb4 (patch)
tree8683147a070907e34869111752769bafc42b247f
parentacabbb843e65ce6a3e02f49bb7a7753a56e4e658 (diff)
save config for vscode
-rw-r--r--.gitignore1
-rw-r--r--jsconfig.json10
2 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 602fed5a..02b34ee5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,7 +16,6 @@ zmNinja.sublime-project
zmNinja.sublime-workspace
.vscode/
typings/
-jsconfig.json
package-lock.json
dist/
diff --git a/jsconfig.json b/jsconfig.json
new file mode 100644
index 00000000..b9587b3c
--- /dev/null
+++ b/jsconfig.json
@@ -0,0 +1,10 @@
+{
+ "include": [
+ "www/**/*"
+ ],
+ "exclude": [
+ "node_modules/",
+ "dist/",
+ "platforms/"
+ ]
+} \ No newline at end of file