bookwyrm-mastodon/.gitignore

39 lines
385 B
Plaintext
Raw Permalink Normal View History

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