Merge pull request #16 from Thiruppathi/15-exclude-node_modules
This commit is contained in:
commit
21605350b4
1 changed files with 6 additions and 0 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -9,5 +9,11 @@
|
||||||
},
|
},
|
||||||
"git.enableSmartCommit": true,
|
"git.enableSmartCommit": true,
|
||||||
"git.postCommitCommand": "sync",
|
"git.postCommitCommand": "sync",
|
||||||
|
"files.exclude": {
|
||||||
|
"**/node_modules": true
|
||||||
|
},
|
||||||
|
"files.watcherExclude": {
|
||||||
|
"**/node_modules": true
|
||||||
|
},
|
||||||
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension"
|
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue