删除.vscode目录

This commit is contained in:
灌糖包子 2023-01-25 22:12:02 +08:00
parent 19414aa2ce
commit fd599def31
Signed by: sookie
GPG Key ID: 02692180F2DE0059
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.vscode/
node_modules
.DS_Store
dist

View File

@ -1,3 +0,0 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}