Skip to content

Commit

Permalink
chore: exclude route-tree from vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere committed Oct 30, 2024
1 parent 4fe6e0d commit 95c5c78
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"prettier.configPath": "./prettier.config.cjs",
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/.hg/store/**": true,
"**/route-tree.gen.ts": true,
"**/node_modules/**": true,
"**/dist/**": true
}
}

0 comments on commit 95c5c78

Please sign in to comment.