mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
feat: ignore vscode workspace (#1120)
This commit is contained in:
parent
03ac73bd52
commit
9fb7b3f289
2 changed files with 2 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -9,3 +9,5 @@ node_modules/
|
|||
/editors/lapce/out/
|
||||
/external/typst-preview
|
||||
/dist
|
||||
|
||||
.vscode/*.code-workspace
|
||||
|
|
|
|||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -6,7 +6,4 @@
|
|||
"tinymist.fontPaths": [
|
||||
"assets/fonts"
|
||||
],
|
||||
"files.watcherExclude": {
|
||||
"**/target": true
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue