From 061c6cf55141b51df86893c9989f1d8063e03589 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 12 Mar 2018 15:34:56 +0100 Subject: [PATCH] Improved VSC settings --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e1df40fe..3c41b43e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,7 +17,11 @@ "search.exclude": { "components/": true, "**/*.svg": true, - "**/*.html": true + "**/*.html": true, + "**/*.opus": true, + "**/*.ogg": true, + "**/*.m4a": true, + "**/*.webm": true, }, "[jade]": { "files.trimTrailingWhitespace": false