From 0fefaf66dd74eaff60d2c518deda981a270a21bd Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Fri, 31 Jul 2020 16:18:10 +0200 Subject: [PATCH] Ignored .vscode and added pylint dev-package. --- .gitignore | 3 +++ Pipfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bb531e8..b3940c6 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,6 @@ venv/ ENV/ env.bak/ venv.bak/ + +# Editors +.vscode \ No newline at end of file diff --git a/Pipfile b/Pipfile index 2d5a223..14409c7 100644 --- a/Pipfile +++ b/Pipfile @@ -4,12 +4,12 @@ url = "https://pypi.org/simple" verify_ssl = true [dev-packages] +pylint = "*" [packages] django = "*" django-thumbs-v2 = "*" image = "*" - # Commented out to not explicitly specify Python3 subversion. # [requires] # python_version = "3.8"