chore: Visual Studio Code project settings for excluding directories
This commit is contained in:
parent
11e4385173
commit
cfba38b462
12
.settings/settings.json
Normal file
12
.settings/settings.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user