Skip to content

Commit

Permalink
chore: hide .turbo directories in VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
cahnory committed Nov 11, 2023
1 parent 8eb292c commit 7e801bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@
// see: https://github.com/prettier/prettier-vscode/issues/3040#issuecomment-1793748475
"prettier.prettierPath": "./node_modules/prettier/index.cjs",

"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.turbo": true
},

"material-icon-theme.folders.associations": {
"components/primitives": "Delta",
".turbo": "Archive"
Expand Down

0 comments on commit 7e801bb

Please sign in to comment.