mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
43 lines
442 B
Text
43 lines
442 B
Text
# Python
|
|
/venv
|
|
*.pyc
|
|
*.swp
|
|
**/__pycache__
|
|
.local
|
|
/nginx/nginx.conf
|
|
|
|
# VSCode
|
|
/.vscode
|
|
|
|
# sqlite
|
|
*.db
|
|
*.db-journal
|
|
|
|
# BookWyrm
|
|
.env
|
|
/images/
|
|
/exports/
|
|
/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
|
|
|
|
# Docker
|
|
docker-compose.override.yml
|