Exclude node_modules #15

This commit is contained in:
Thiru 2020-08-01 18:07:42 +02:00
parent f1afee9df1
commit 51f53d9f9a
1 changed files with 4 additions and 1 deletions

View File

@ -8,5 +8,8 @@
"editor.quickSuggestions": true
},
"git.enableSmartCommit": true,
"git.postCommitCommand": "sync"
"git.postCommitCommand": "sync",
"files.exclude": {
"**/node_modules": true,
},
}