Ignored .vscode and added pylint dev-package.
This commit is contained in:
parent
4ca0939dcf
commit
0fefaf66dd
3
.gitignore
vendored
3
.gitignore
vendored
@ -88,3 +88,6 @@ venv/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# Editors
|
||||
.vscode
|
2
Pipfile
2
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user