gitignore

This commit is contained in:
Julien Palard 2018-05-06 23:29:53 +02:00
parent e80f2f10dd
commit 03b101a493
1 changed files with 19 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# Created by https://www.gitignore.io/api/django
### Django ###
*.log
*.pot
*.pyc
__pycache__/
local_settings.py
db.sqlite3
media
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
# in your Git repository. Update and uncomment the following line accordingly.
# <django-project-name>/staticfiles/
# End of https://www.gitignore.io/api/django
/static/
/var/