fix too permissive search.exclude

This commit is contained in:
Benjamin Pasero 2017-10-23 07:55:29 +02:00
parent c1be82537d
commit 10dae790e1

View file

@ -14,7 +14,7 @@
"**/node_modules": true,
"**/bower_components": true,
".build/**": true,
"out*/**": true,
"out/**": true,
"i18n/**": true,
"extensions/**/out/**": true,
"test/smoke/out/**": true