🚩 更新 .gitignore 文件,添加 .vscode/ 目录并删除不再需要的 settings.json 文件

This commit is contained in:
远野千束(神羽) 2024-12-13 01:17:43 +08:00
parent e6b72ed3c3
commit 8462830c91
2 changed files with 4 additions and 4 deletions

3
.gitignore vendored
View File

@ -174,3 +174,6 @@ pdm.lock
praises.json praises.json
*.bak *.bak
config/ config/
# dev
.vscode/

View File

@ -1,3 +0,0 @@
{
"python.analysis.typeCheckingMode": "standard"
}