Skip to content

Commit

Permalink
Merge branch 'master' into dont-fail-on-symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Partington authored and GitHub committed Jun 17, 2020
2 parents 14d602c + dc4009c commit 14f179f
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 14f179f

Please sign in to comment.