exclude these folders from the explorer tab

This commit is contained in:
Brendan Forster 2016-11-25 09:48:04 +11:00
parent d78326c76e
commit 14ba788a66

View file

@ -4,5 +4,14 @@
"**/node_modules": true,
"**/dist": true,
"**/out": true
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/dist": true,
"**/out": true
}
}