aboutsummaryrefslogtreecommitdiffhomepage
path: root/monkeytype.code-workspace
diff options
context:
space:
mode:
authorMiodec <[email protected]>2024-08-06 01:24:32 +0200
committerMiodec <[email protected]>2024-08-06 01:24:32 +0200
commit6ad433094671a9f2811ed510b3dae32f0fa3d707 (patch)
tree08d0114cd908b4bccf6b7148e574342ffdfab2d0 /monkeytype.code-workspace
parent749f2af10b3ef666f809492471b7dc6fa6bf1c68 (diff)
downloadmonkeytype-6ad433094671a9f2811ed510b3dae32f0fa3d707.tar.gz
monkeytype-6ad433094671a9f2811ed510b3dae32f0fa3d707.zip
chore: add search ignore paths
Diffstat (limited to 'monkeytype.code-workspace')
-rw-r--r--monkeytype.code-workspace4
1 files changed, 3 insertions, 1 deletions
diff --git a/monkeytype.code-workspace b/monkeytype.code-workspace
index 0621e1fb0..708f36f9f 100644
--- a/monkeytype.code-workspace
+++ b/monkeytype.code-workspace
@@ -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",