diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-07 10:16:33 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-07 10:16:33 +0100 |
commit | dd329b38794d3af3d795989ac3cc24c6227d0002 (patch) | |
tree | 96825382b7ad7160970134f054b8404c6d355720 /.gitignore | |
parent | 29d93f1869fe09d97246c165502331e547f4327d (diff) |
Removes sqlite local db
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -18,4 +18,6 @@ Staticfile.auth # Ignore VSCode files -*.code-workspace
\ No newline at end of file +*.code-workspace + +db.sqlite3 |