summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--db.sqlite3bin393216 -> 0 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b43bab3..3335a5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,4 +18,6 @@
Staticfile.auth
# Ignore VSCode files
-*.code-workspace \ No newline at end of file
+*.code-workspace
+
+db.sqlite3
diff --git a/db.sqlite3 b/db.sqlite3
deleted file mode 100644
index 27a9666..0000000
--- a/db.sqlite3
+++ /dev/null
Binary files differ