Skip to content

Commit

Permalink
fixed glob to ignore compiler artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Nov 21, 2018
1 parent 249ff9b commit bfb3cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Expand Up @@ -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
Expand All @@ -16,6 +16,6 @@
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/src/**.js": true
"**/src/*.js": true
}
}

0 comments on commit bfb3cb9

Please sign in to comment.