From 1343ad0608fdc05f029138e1922d36a7252e88e7 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Mon, 24 Nov 2025 16:52:19 +0000 Subject: [PATCH] chore: add `result*` to the `.gitignore` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8b9d992..308f938 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ target/ +result* brewlog.db TODO.md SPEC.md