From 21571215bc6e0fcf820bc3c8f840faf05f6d8e2f Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Thu, 7 Jul 2022 15:03:13 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0b81f37..43f0c12 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -69,5 +69,13 @@ }, "C_Cpp.clang_format_path": "/usr/bin/clang-format", "cmake.configureOnOpen": true, - "C_Cpp.configurationWarnings": "Disabled" + "C_Cpp.configurationWarnings": "Disabled", + "files.watcherExclude": { + "**/.git/objects/**": true, + "**/.git/subtree-cache/**": true, + "**/node_modules/*/**": true, + "**/.hg/store/**": true, + ".flatpak/**": true, + "_build/**": true + } } \ No newline at end of file