bookwyrm/.gitignore
Bart Schuurmans 4d23edddca Make sure /images/ and /static/ exist now that the bind mount is read only
Otherwise the static_volume and media_volume can't be mounted there.
2024-03-18 21:35:12 +01:00

40 lines
394 B
Plaintext

# Python
/venv
*.pyc
*.swp
**/__pycache__
.local
/nginx/nginx.conf
# VSCode
/.vscode
# sqlite
*.db
*.db-journal
# BookWyrm
.env
/images/
/static/
bookwyrm/static/css/bookwyrm.css
bookwyrm/static/css/themes/
!bookwyrm/static/css/themes/bookwyrm-*.scss
# Testing
.coverage
#PyCharm
.idea
#Node tools
node_modules/
package-lock.json
yarn.lock
#nginx
nginx/default.conf
#macOS
**/.DS_Store