pasteque/.gitignore

21 lines
438 B
Plaintext
Raw Normal View History

2018-05-06 21:29:53 +00:00
# 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/
2020-05-31 14:36:25 +00:00
.venv/
2023-04-21 13:03:18 +00:00
*.sqlite3