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

3
.gitignore vendored
View File

@ -143,4 +143,5 @@ cython_debug/
.idea
migrations
aerich.ini
src
src
.vscode

View File

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