You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
342 B
24 lines
342 B
# 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
|
|
|