Added excludes to VSCode watcher
This commit is contained in:
parent
4a6b392d76
commit
903849dabe
1 changed files with 8 additions and 1 deletions
|
@ -61,7 +61,14 @@
|
||||||
"**/.trunk/*logs/": true,
|
"**/.trunk/*logs/": true,
|
||||||
"**/.trunk/*out/": true,
|
"**/.trunk/*out/": true,
|
||||||
"**/.trunk/*plugins/": true,
|
"**/.trunk/*plugins/": true,
|
||||||
"**/.trunk/*notifications/": true
|
"**/.trunk/*notifications/": true,
|
||||||
|
"**/.git/objects/**": true,
|
||||||
|
"**/.git/subtree-cache/**": true,
|
||||||
|
"**/node_modules/*/**": true,
|
||||||
|
"**/.hg/store/**": true,
|
||||||
|
"**/.cache/**": true,
|
||||||
|
"**/.venv/**": true,
|
||||||
|
"**/venv/**": true
|
||||||
},
|
},
|
||||||
"git.autofetch": true,
|
"git.autofetch": true,
|
||||||
"git.enableSmartCommit": true,
|
"git.enableSmartCommit": true,
|
||||||
|
|
Loading…
Reference in a new issue