From bfb3cb96d0c819e15e89851c3c8ffeba379bed79 Mon Sep 17 00:00:00 2001 From: Chris Gibb Date: Wed, 21 Nov 2018 12:03:06 -0500 Subject: [PATCH] fixed glob to ignore compiler artifacts --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e3ca5d25a..49e808613 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,7 +5,7 @@ "**/.git/subtree-cache/**": true, "**/node_modules/**": true, "**/phat-linux-x64/**": true, - "**/src/**.js": true, + "**/src/*.js": true, "**/not_node_modules": true, "**/tests/**": true, "**/.buildCache/**": true @@ -16,6 +16,6 @@ "**/.hg": true, "**/CVS": true, "**/.DS_Store": true, - "**/src/**.js": true + "**/src/*.js": true } } \ No newline at end of file