mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-16 13:17:30 +00:00
20 lines
259 B
Plaintext
20 lines
259 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
|