a Django-based indieweb.org site
https://00dani.me/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
467 B
22 lines
467 B
|
|
# 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 |
|
/.env |
|
/.mypy_cache |
|
/.pytest_cache |
|
/static |
|
node_modules
|
|
|