Skip to content

Commit

Permalink
Configure VSCode to ignore transpiled JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Partington committed Jun 17, 2020
1 parent 6de3e1c commit 1aae76b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files.exclude": {
// include the defaults from VS Code
"**/.git": true,
"**/.DS_Store": true,

// transpiled JavaScript
"lib": true,
}
}

0 comments on commit 1aae76b

Please sign in to comment.