Remove local database file from repository.

Stop tracking the runtime SQLite file and ignore local DB artifacts to prevent accidental commits.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-08 19:13:33 +02:00
parent 91a8ce730c
commit 8040b4fe51
2 changed files with 4 additions and 0 deletions
+4
View File
@@ -134,3 +134,7 @@ dist
/extension/
/graphics/
/shared/dist/
# Local runtime database
/db/
*.sqlite3
BIN
View File
Binary file not shown.