From 281afd02c78cb4ee53a71e7ce775439716a247be Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Sun, 18 Jun 2017 20:17:17 -0700 Subject: [PATCH] Add vendor/validation folders to search.exclude --- .gitignore | 1 - .vscode/settings.json | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index e7997bf..f6b089b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ .DS_Store -.vscode .idea vendor/ .phpls/ diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..202b4e4 --- /dev/null +++ b/.vscode/settings.json @@ -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 + } +} \ No newline at end of file