diff --git a/.vscode/settings.json b/.vscode/settings.json index 50dfa3d..86dfd82 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,8 @@ "editor.quickSuggestions": true }, "git.enableSmartCommit": true, - "git.postCommitCommand": "sync" + "git.postCommitCommand": "sync", + "files.exclude": { + "**/node_modules": true, + }, }