diff --git a/backend/.gitignore b/backend/.gitignore index fe1d571..4bd1b73 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,4 +1,6 @@ *appsettings.json *appsettings.Development.json *obj -*bin \ No newline at end of file +*bin +*/database.sqlite3* + diff --git a/backend/Api/database.sqlite3 b/backend/Api/database.sqlite3 deleted file mode 100644 index 02e0ff0..0000000 Binary files a/backend/Api/database.sqlite3 and /dev/null differ diff --git a/backend/Api/database.sqlite3-shm b/backend/Api/database.sqlite3-shm deleted file mode 100644 index 8f19b96..0000000 Binary files a/backend/Api/database.sqlite3-shm and /dev/null differ diff --git a/backend/Api/database.sqlite3-wal b/backend/Api/database.sqlite3-wal deleted file mode 100644 index 19c52b9..0000000 Binary files a/backend/Api/database.sqlite3-wal and /dev/null differ