Removed database from git (and added it to gitignore)

This commit is contained in:
2025-04-09 16:22:56 +02:00
parent 7db7c1d755
commit 9347db69fd
2 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@@ -6,4 +6,5 @@ database.db-shm
database.db-wal
priv.pem
pub.pem
images/*
images/*
database.db

Binary file not shown.