diff --git a/.vscode/settings.json b/.vscode/settings.json index 8456eec..ecdd982 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,4 @@ { - "editor.fontLigatures": true, "cSpell.words": [ "deepseek", "historychange", @@ -16,6 +15,9 @@ "statuschange", "wouter" ], + "files.exclude": { + "packages/*/node_modules": true, + }, "markdownlint.config": { // "comment": "Relaxed rules", "default": true,