fix: use local storage/ in dev, create upload dirs, gitignore uploads

This commit is contained in:
Pontoporeia
2026-04-27 21:06:10 +02:00
parent 48059c2317
commit 46a3c360ec
5 changed files with 14 additions and 2 deletions

4
.gitignore vendored
View File

@@ -10,6 +10,10 @@ app/storage/test.db
error.log
app/storage/cache/*
!app/storage/cache/.gitkeep
app/storage/covers/*
!app/storage/covers/.gitkeep
app/storage/theses/*
!app/storage/theses/.gitkeep
# Nix
.direnv/