Compare commits

...

1 Commits

Author SHA1 Message Date
Julien Froidefond
a32bb322a2 chore: update .gitignore to include database files for better file management 2025-12-06 12:59:25 +01:00

4
.gitignore vendored
View File

@@ -22,6 +22,10 @@ prisma/*.db-journal
prisma/backups
prisma/password.json
# Database files
*.db
*.db-journal
# Debug
npm-debug.log*
yarn-debug.log*