bibliogram/.gitignore

25 lines
342 B
Plaintext
Raw Normal View History

2020-02-04 16:16:27 +00:00
# Code stuff
2020-01-12 12:50:21 +00:00
node_modules
.vscode
2020-02-04 16:16:27 +00:00
2020-02-05 10:11:00 +00:00
# Personalisation stuff
/src/site/pug/privacy.pug
2020-05-30 11:07:32 +00:00
/src/site/pug/announcements
2020-02-05 10:11:00 +00:00
2020-02-04 16:16:27 +00:00
# Database stuff
2020-02-01 04:44:40 +00:00
db/**/*.db*
users_export.json*
2020-05-30 11:07:32 +00:00
*.log
*.csv
2020-02-04 16:16:27 +00:00
# Test stuff
/coverage
/.nyc_output
2020-06-20 16:09:36 +00:00
/test/screenshots/diff
/test/screenshots/staging
/test/screenshots/final
2020-07-07 10:02:10 +00:00
/src/lib/utils/saved_requests/files
2020-07-19 09:07:02 +00:00
# My stuff
/personal