exclude i18n from search results

This commit is contained in:
Benjamin Pasero 2016-03-08 12:08:09 +01:00
parent 2992a0daf9
commit af13ed5d1b

View file

@ -11,6 +11,7 @@
"**/bower_components": true,
".build/**": true,
"out*/**": true,
"i18n/**": true,
"extensions/**/out/**": true
},
"tslint.enable": true,