Merge pull request #16 from Thiruppathi/15-exclude-node_modules

This commit is contained in:
Jani Eväkallio 2020-08-04 15:39:01 +01:00 committed by GitHub
commit 21605350b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -9,5 +9,11 @@
},
"git.enableSmartCommit": true,
"git.postCommitCommand": "sync",
"files.exclude": {
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension"
}