From badce4c5fcab55296f5e5b50804bc886bee6b576 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 21 May 2021 07:54:16 +0200 Subject: [PATCH] [fix] Gitignore --- .gitignore | 2 ++ .vscode/settings.json | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 13d1490..2f27ae6 100644 --- a/.gitignore +++ b/.gitignore @@ -129,3 +129,5 @@ dmypy.json # Pyre type checker .pyre/ +#VScode +.vscode/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index d9d7eb9..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "python.linting.flake8Enabled": true, - "python.linting.pylintEnabled": false, - "python.linting.enabled": true -} \ No newline at end of file