Skip to content

Commit

Permalink
Merge pull request #68 from github/ignore-javascript
Browse files Browse the repository at this point in the history
Configure VSCode to ignore transpiled JavaScript
  • Loading branch information
Sam Partington authored and GitHub committed Jun 17, 2020
2 parents 6de3e1c + 1aae76b commit dc4009c
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 dc4009c

Please sign in to comment.