mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 02:34:43 +08:00
chore: add search ignore paths
This commit is contained in:
parent
749f2af10b
commit
6ad4330946
1 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,9 @@
|
|||
"**/dist/**": true,
|
||||
"**/public/**": true,
|
||||
"**/coverage/**": true,
|
||||
"**/logs/**": true
|
||||
"**/logs/**": true,
|
||||
"**/.firebase/**": true,
|
||||
"**/.turbo/**": true
|
||||
},
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSaveMode": "file",
|
||||
|
|
Loading…
Reference in a new issue