2
0
Fork 0
bookwyrm/.gitignore
2022-02-27 23:46:26 +01:00

44 lines
412 B
Text

# Python
/venv
*.pyc
*.swp
**/__pycache__
.local
/nginx/nginx.conf
# Poetry
.cache/
.local/
# VSCode
/.vscode
# sqlite
*.db
*.db-journal
# BookWyrm
.env
/images/
bookwyrm/static/css/bookwyrm.css
bookwyrm/static/css/_instance-settings.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