bookwyrm/.gitignore

44 lines
442 B
Plaintext
Raw Permalink Normal View History

2020-02-15 21:36:57 +00:00
# Python
2020-01-25 06:32:41 +00:00
/venv
*.pyc
*.swp
2021-03-09 01:16:59 +00:00
**/__pycache__
.local
/nginx/nginx.conf
2020-02-15 21:36:57 +00:00
# VSCode
/.vscode
# sqlite
2020-02-15 22:03:50 +00:00
*.db
*.db-journal
2020-02-15 21:36:57 +00:00
2020-09-21 15:22:58 +00:00
# BookWyrm
2020-02-15 21:36:57 +00:00
.env
/images/
2024-01-14 03:14:20 +00:00
/exports/
/static/
bookwyrm/static/css/bookwyrm.css
2022-02-28 17:37:51 +00:00
bookwyrm/static/css/themes/
!bookwyrm/static/css/themes/bookwyrm-*.scss
2020-11-08 19:42:41 +00:00
# Testing
2021-03-09 01:16:59 +00:00
.coverage
#PyCharm
.idea
#Node tools
2022-02-15 20:25:35 +00:00
node_modules/
2022-02-16 20:53:18 +00:00
package-lock.json
yarn.lock
#nginx
nginx/default.conf
#macOS
**/.DS_Store
# Docker
docker-compose.override.yml