Skip to content

Commit

Permalink
chore(vscode): Hide js files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Koenders committed Sep 10, 2018
1 parent 0c702f4 commit d38e97c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"files": {
"exclude": {
".git": "",
".tscache": "",
"**/*.js": {
"when": "$(basename).ts"
},
"**/*.map": {
"when": "$(basename)"
}
}
}
}

0 comments on commit d38e97c

Please sign in to comment.