Added excludes to VSCode watcher

This commit is contained in:
Brian Zalewski 2023-08-08 13:31:11 -04:00 committed by GitHub
parent 4a6b392d76
commit 903849dabe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,