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__
|
2021-03-25 23:57:20 +00:00
|
|
|
.local
|
2021-12-04 16:28:47 +00:00
|
|
|
/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
|
2020-02-20 03:19:20 +00:00
|
|
|
/images/
|
2022-02-19 23:29:47 +00:00
|
|
|
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
|
2021-03-25 23:57:20 +00:00
|
|
|
|
|
|
|
#PyCharm
|
|
|
|
.idea
|
2021-03-31 14:15:30 +00:00
|
|
|
|
|
|
|
#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
|
2021-03-30 13:28:13 +00:00
|
|
|
|
|
|
|
#nginx
|
|
|
|
nginx/default.conf
|
2021-05-24 22:41:53 +00:00
|
|
|
|
|
|
|
#macOS
|
|
|
|
**/.DS_Store
|