diff --git a/.vscode/settings.json b/.vscode/settings.json index ef1d7ac..7b0880c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,5 +9,11 @@ }, "git.enableSmartCommit": true, "git.postCommitCommand": "sync", + "files.exclude": { + "**/node_modules": true + }, + "files.watcherExclude": { + "**/node_modules": true + }, "vscodeMarkdownNotes.noteCompletionConvention": "noExtension" }