From 7b192fc425a70a0da603589dbf4c6a5151755c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Fri, 11 Apr 2025 21:32:32 +0200 Subject: [PATCH] Ignore SQLite database backup files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f3abfc7..fce9be9 100644 --- a/.gitignore +++ b/.gitignore @@ -172,3 +172,4 @@ cython_debug/ # SQLite *.sqlite +*.sqlite.*