fixed .gitignore

This commit is contained in:
2019-10-10 13:28:28 +02:00
parent b5ca6ad0a3
commit 1e012b3a5b
2 changed files with 32 additions and 10 deletions

20
.gitignore vendored
View File

@@ -1,15 +1,15 @@
.idea/
/.idea/
manage.py
conf/
pythonenv/
tmp/
var/
/manage.py
/conf/
/pythonenv/
/tmp/
/var/
*.pyc
.coverage
geckodriver.log
/.coverage
/geckodriver.log
django_test.egg-info/
dist/
/django_test.egg-info/
/dist/