chore: Visual Studio Code project settings for excluding directories
This commit is contained in:
parent
11e4385173
commit
cfba38b462
|
@ -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…
Reference in New Issue