diff --git a/.vscode/settings.json b/.vscode/settings.json index ce072c8..79ccf48 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,11 @@ { - "editor.tabSize": 2 + "editor.tabSize": 2, + "search.exclude": { + "**/**/*.sif": true, + "**/**/build-temp-*": true + }, + "files.watcherExclude": { + "**/**/*.sif": true, + "**/**/build-temp-*": true + } }