From 5042dabb88006cd26b9a06fe4484c1db797ef414 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 9 Sep 2024 21:53:40 +0100 Subject: Improves .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d5c3a23..72bde84 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -*/target +target .env -*.sqlite +*.sqlite* *.keep -- cgit v1.2.3