From a32bb322a23b7ad3e1649374a3b5afc103b558c4 Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Sat, 6 Dec 2025 12:58:12 +0100 Subject: [PATCH] chore: update .gitignore to include database files for better file management --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c95205b..78d2500 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,10 @@ prisma/*.db-journal prisma/backups prisma/password.json +# Database files +*.db +*.db-journal + # Debug npm-debug.log* yarn-debug.log*