chore: Visual Studio Code project settings for excluding directories

This commit is contained in:
Misko Hevery 2015-05-18 14:05:04 -07:00
parent 11e4385173
commit cfba38b462
1 changed files with 12 additions and 0 deletions

12
.settings/settings.json Normal file
View File

@ -0,0 +1,12 @@
// Place your settings in this file to overwrite default and user settings.
{
"search.excludeFolders": [
".git",
"node_modules",
"bower_components",
"packages",
"build",
"dist",
"tmp"
]
}