diff --git a/.vscode/settings.json b/.vscode/settings.json index 5564005a..0a8b6d04 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,10 @@ "**/.flatpak-builder/**": true, "**/build/**": true, "**/repo/**": true - } + }, + "rust-analyzer.files.excludeDirs": [ + ".flatpak-builder", + "build", + "repo", + ] } \ No newline at end of file