mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
Exclude node_modules #15
This commit is contained in:
parent
f1afee9df1
commit
51f53d9f9a
1 changed files with 4 additions and 1 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -8,5 +8,8 @@
|
||||||
"editor.quickSuggestions": true
|
"editor.quickSuggestions": true
|
||||||
},
|
},
|
||||||
"git.enableSmartCommit": true,
|
"git.enableSmartCommit": true,
|
||||||
"git.postCommitCommand": "sync"
|
"git.postCommitCommand": "sync",
|
||||||
|
"files.exclude": {
|
||||||
|
"**/node_modules": true,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue