From fa73e132e2e22faf524d4f78be7a4cb7c8fd59b1 Mon Sep 17 00:00:00 2001 From: long2ice Date: Fri, 30 Oct 2020 16:45:12 +0800 Subject: [PATCH] remove .vscode --- .gitignore | 3 ++- .vscode/settings.json | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index ee8bf4c..2e515cc 100644 --- a/.gitignore +++ b/.gitignore @@ -143,4 +143,5 @@ cython_debug/ .idea migrations aerich.ini -src \ No newline at end of file +src +.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 32c4982..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "python.pythonPath": "venv/bin/python", - "python.formatting.provider": "black" -} \ No newline at end of file