From 664de9ce11221b4f757d901c7b0ff8e401c2b56e Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 21 Oct 2022 16:21:38 +0700 Subject: [PATCH] untrack vscode folder --- .gitignore | 1 + .vscode/settings.json | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 6fc652d..e0575f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # python stuff __pycache__ +.vscode # protect real config files config.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 97635f3..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "python.linting.pylintEnabled": true, - "python.linting.pycodestyleEnabled": false, - "python.linting.enabled": true -} \ No newline at end of file