Update vscode file explorer excludes

This commit is contained in:
benji7425 2017-09-14 12:45:59 +01:00
parent 06ec3a8d25
commit 2a7cd67506

View file

@ -1,9 +1,7 @@
{
"files.exclude": {
"log": true,
".npmrc": true,
"node_modules": true,
"node_cache": true,
"token.json": true
"token.json": true,
"_config.yml": true
}
}