fix settings for search exclude

This commit is contained in:
Benjamin Pasero 2016-03-16 11:26:04 +01:00
parent b93df1c924
commit 089a8a637a

View file

@ -7,7 +7,7 @@
"**/.DS_Store": true
},
"search.exclude": {
"**/node_modules/**": true,
"**/node_modules": true,
"**/bower_components": true,
".build/**": true,
"out*/**": true,