update .gitignore.

This commit is contained in:
Zhang Muyu
2023-09-22 21:49:08 +08:00
parent 0edad7da10
commit 98bb59373b
2 changed files with 2 additions and 7 deletions

3
.gitignore vendored
View File

@@ -164,4 +164,5 @@ legacy/
data/
*.svg
.DS_Store
.VSCodeCounter/
.VSCodeCounter/
.vscode/

View File

@@ -1,6 +0,0 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}