summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-06-07 10:16:33 +0100
committerMatthew Lemon <y@yulqen.org>2024-06-07 10:16:33 +0100
commitdd329b38794d3af3d795989ac3cc24c6227d0002 (patch)
tree96825382b7ad7160970134f054b8404c6d355720
parent29d93f1869fe09d97246c165502331e547f4327d (diff)
Removes sqlite local db
-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