chore: Visual Studio Code project settings for excluding directories
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user