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