Skip to content

Commit

Permalink
chore: remove file watcher exclusions from vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Feb 8, 2025
1 parent 63819a2 commit d0f4acb
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,6 @@
".env*": "properties"
},

"files.watcherExclude": {
"**/.auth/**": true,
"**/.content-collections/**": true,
"**/.eslint-config-inspector": true,
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/.hg/store/**": true,
"**/.next/**": true,
"**/.turbo/**": true,
"**/.vercel/**": true,
"**/coverage/**": true,
"**/dist/**": true,
"**/node_modules/**": true,
"**/playwright-report/**": true,
"**/test-results/**": true
},

"i18n-ally.enabledFrameworks": ["react", "next-intl", "general"],
"i18n-ally.extract.autoDetect": true,
"i18n-ally.keysInUse": [
Expand Down

0 comments on commit d0f4acb

Please sign in to comment.