From cf74e7aaebb2db62ebb66aabca9a0fb95d0906bb Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Thu, 29 Oct 2020 14:27:42 +0100 Subject: [PATCH] Search exclusions. --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7a73a41b..c089ffd4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,2 +1,7 @@ { + "search.exclude": { + "**/.git": true, + "**/tmp": true, + "python/**": true + } } \ No newline at end of file -- GitLab