Merge branch 'master' into dont-fail-on-symlinks

This commit is contained in:
Sam Partington 2020-06-17 16:14:36 +01:00 committed by GitHub
commit 14f179f70b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
"files.exclude": {
// include the defaults from VS Code
"**/.git": true,
"**/.DS_Store": true,
// transpiled JavaScript
"lib": true,
}
}