Skip to content

Commit

Permalink
Add VSCode settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
devonzuegel committed Aug 5, 2017
1 parent af69053 commit 7d32c52
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,12 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"**/.awcache": true,
"**/coverage": true,
"**/dist": true,
"**/yarn.lock": true,
"**/yarn-error.log": true,
"**/test/specs/reports": true,
"**/node_modules": true
}
}

0 comments on commit 7d32c52

Please sign in to comment.