mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-01 05:57:29 +00:00
25 lines
342 B
Plaintext
25 lines
342 B
Plaintext
# Code stuff
|
|
node_modules
|
|
.vscode
|
|
|
|
# Personalisation stuff
|
|
/src/site/pug/privacy.pug
|
|
/src/site/pug/announcements
|
|
|
|
# Database stuff
|
|
db/**/*.db*
|
|
users_export.json*
|
|
*.log
|
|
*.csv
|
|
|
|
# Test stuff
|
|
/coverage
|
|
/.nyc_output
|
|
/test/screenshots/diff
|
|
/test/screenshots/staging
|
|
/test/screenshots/final
|
|
/src/lib/utils/saved_requests/files
|
|
|
|
# My stuff
|
|
/personal
|