bookwyrm/.gitignore
Joachim d1737b44bd First functioning commit
TODO

- [ ] Delay task (Celery?)
- [ ] Store the image in a subfolder unique to the edition, to make cleaning up the image easy
- [ ] Clean up the image before replacing it
- [ ] Ensure that the image will be cleaned when the edition is deleted ??
- [ ] Use instance custom colors?
- [ ] Use book cover color base?
2021-05-25 00:41:53 +02:00

33 lines
235 B
Plaintext

# Python
/venv
*.pyc
*.swp
**/__pycache__
.local
# VSCode
/.vscode
# sqlite
*.db
*.db-journal
# BookWyrm
.env
/images/
# Testing
.coverage
#PyCharm
.idea
#Node tools
/node_modules/
#nginx
nginx/default.conf
#macOS
**/.DS_Store