bookwyrm/.gitignore

47 lines
449 B
Plaintext

# Python
/venv
*.pyc
*.swp
**/__pycache__
.local
/nginx/nginx.conf
# Poetry
.cache/
.local/
# 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
# nix build output
/result/
#nginx
nginx/default.conf
#macOS
**/.DS_Store