Add vendor/validation folders to search.exclude
parent
42d0c7b714
commit
281afd02c7
|
@ -1,5 +1,4 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.vscode
|
|
||||||
.idea
|
.idea
|
||||||
vendor/
|
vendor/
|
||||||
.phpls/
|
.phpls/
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
// Place your settings in this file to overwrite default and user settings.
|
||||||
|
{
|
||||||
|
"search.exclude": {
|
||||||
|
"**/vendor": true,
|
||||||
|
"**/validation": true,
|
||||||
|
"**/tests/Validation/cases": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue