remove .vscode

This commit is contained in:
long2ice 2020-10-30 16:45:12 +08:00
parent 1bac33cd33
commit fa73e132e2
2 changed files with 2 additions and 5 deletions

1
.gitignore vendored
View File

@ -144,3 +144,4 @@ cython_debug/
migrations migrations
aerich.ini aerich.ini
src src
.vscode

View File

@ -1,4 +0,0 @@
{
"python.pythonPath": "venv/bin/python",
"python.formatting.provider": "black"
}