From 98bb59373b01880c146dd6ebb2224bb67da85b1b Mon Sep 17 00:00:00 2001 From: Zhang Muyu Date: Fri, 22 Sep 2023 21:49:08 +0800 Subject: [PATCH] update .gitignore. --- .gitignore | 3 ++- .vscode/settings.json | 6 ------ 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 9b2f332..84a9075 100644 --- a/.gitignore +++ b/.gitignore @@ -164,4 +164,5 @@ legacy/ data/ *.svg .DS_Store -.VSCodeCounter/ \ No newline at end of file +.VSCodeCounter/ +.vscode/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index d99f2f3..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "[python]": { - "editor.defaultFormatter": "ms-python.black-formatter" - }, - "python.formatting.provider": "none" -} \ No newline at end of file