chore: refine database and backup paths in configuration

- Updated `.gitignore` to only exclude `.db` files in the `/data/` directory and preserve backups.
- Modified `docker-compose.yml` to switch database and backup paths to `dev.db`, aligning with the current development setup.
This commit is contained in:
Julien Froidefond
2025-09-20 15:58:53 +02:00
parent 329018161c
commit ee442de773
3 changed files with 110 additions and 3 deletions

3
.gitignore vendored
View File

@@ -43,4 +43,5 @@ next-env.d.ts
/src/generated/prisma
/prisma/dev.db
/data/*
/data/*.db
/data/backups/*