diff --git a/.gitignore b/.gitignore index 484bd71..5445a53 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ __pycache__ # django testing db db.sqlite3 + +# vscode custom conf +.vscode \ No newline at end of file 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