Skip to content

Commit

Permalink
maint/dev ~ update VSCode settings (hide distracting dev-only info)
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Dec 28, 2020
1 parent 1a9a99d commit 4a30125
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
{
"editor.formatOnSave": true
"editor.formatOnSave": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"node_modules": true,
".history": true,
".nyc_output": true
},
"explorerExclude.backup": null
}

0 comments on commit 4a30125

Please sign in to comment.