diff --git a/.vscode/settings.json b/.vscode/settings.json index 8e017688..92bab0d5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,6 +8,12 @@ "manifest_tables": true, "manifests": true }, + "files.readonlyInclude": { + "node_modules/**": true, + "destiny-icons/**": true, + "built/**": true, + "Destiny-2-Font-Symbols": true + }, "cSpell.language": "en", "cSpell.enabledLanguageIds": ["jsonc", "json", "markdown", "typescript", "javascript"], "cSpell.allowCompoundWords": true,