1
0
Fork 0

Add vendor/validation folders to search.exclude (#420)

type-hover
Rob Lourens 2017-06-19 23:35:47 -07:00 committed by Felix Becker
parent dae3f2576c
commit a454cd2873
2 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
.DS_Store .DS_Store
.vscode
.idea .idea
vendor/ vendor/
.phpls/ .phpls/

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
// Place your settings in this file to overwrite default and user settings.
{
"search.exclude": {
"**/validation": true,
"**/tests/Validation/cases": true
}
}