1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2024-09-21 04:57:29 +00:00
bibliogram/.gitignore
2020-02-18 20:07:11 +13:00

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