update settings: hide derived

This commit is contained in:
Benjamin Pasero 2017-01-12 09:22:05 +01:00
parent ea834640af
commit 48c1c5777b

View file

@ -5,7 +5,8 @@
"files.exclude": {
".git": true,
".build": true,
"**/.DS_Store": true
"**/.DS_Store": true,
"build/**/*.js": { "when": "$(basename).ts" }
},
"search.exclude": {
"**/node_modules": true,