1
0
Fork 0

Add vendor/validation folders to search.exclude

pull/420/head
Rob Lourens 2017-06-18 20:17:17 -07:00
parent 42d0c7b714
commit 281afd02c7
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

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

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

@ -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
}
}