summaryrefslogtreecommitdiffstats
path: root/.gitignore
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 /.gitignore
parent29d93f1869fe09d97246c165502331e547f4327d (diff)
Removes sqlite local db
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 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