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