From a364e13698d2e8e69a9cbc8fa0f436590e5aafb4 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 10 Sep 2018 11:20:51 -0400 Subject: save config for vscode --- .gitignore | 1 - jsconfig.json | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 jsconfig.json 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 -- cgit v1.2.3