mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-13 03:47:29 +00:00
15 lines
170 B
Plaintext
15 lines
170 B
Plaintext
# Code stuff
|
|
node_modules
|
|
.vscode
|
|
|
|
# Personalisation stuff
|
|
/src/site/pug/privacy.pug
|
|
|
|
# Database stuff
|
|
db/**/*.db*
|
|
users_export.json
|
|
|
|
# Test stuff
|
|
/coverage
|
|
/.nyc_output
|