From 6d0f27eba7be8c941a004fc975467a75666af7bc Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Thu, 9 May 2024 07:12:44 +0100 Subject: [PATCH] Don't commit the database, silly --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 69c4728..b99ccb0 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,5 @@ # Go workspace file go.work -dist \ No newline at end of file +dist +*.sqlite3 \ No newline at end of file