feat: ignore vscode workspace (#1120)

This commit is contained in:
Myriad-Dreamin 2025-01-07 14:15:06 +08:00 committed by GitHub
parent 03ac73bd52
commit 9fb7b3f289
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

2
.gitignore vendored
View file

@ -9,3 +9,5 @@ node_modules/
/editors/lapce/out/
/external/typst-preview
/dist
.vscode/*.code-workspace

View file

@ -6,7 +6,4 @@
"tinymist.fontPaths": [
"assets/fonts"
],
"files.watcherExclude": {
"**/target": true
},
}