Skip to content

Commit

Permalink
expand file exclusion lists
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Nov 20, 2018
1 parent 3cbdd49 commit a15eb59
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .vscode/settings.json
Expand Up @@ -4,7 +4,18 @@
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/phat-linux-x64/**":true,
"**/phat-linux-x64/**": true,
"**/src/**.js": true,
"**/not_node_modules": true,
"**/tests/**": true,
"**/.buildCache/**": true
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/src/**.js": true
}
}

0 comments on commit a15eb59

Please sign in to comment.