Skip to content

Commit

Permalink
feat: Ignore target/ in vscode (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer authored and mitsuhiko committed Jan 29, 2019
1 parent e49b1bd commit 55d5d2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
@@ -1,4 +1,7 @@
{
"files.exclude": {
"target": true
},
"[javascript]": {
"editor.formatOnSave": true
},
Expand Down

0 comments on commit 55d5d2f

Please sign in to comment.