From 7e9a205d53236bceec4b8c3f8d63d98dc42ec393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Tue, 13 Feb 2024 21:20:32 +0100 Subject: [PATCH] Ignore sqlite files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 816d72e..6a92856 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,5 @@ tmp/ .env # Database -/data +*.db +*.sqlite3