From 863d4b18437a531b1e31d6c831695bea7e1991ae Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 9 Nov 2024 16:31:03 -0500 Subject: [PATCH] removed test dir from gitignore for now; will add back in once project is stable --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f66b856..7f6e79c 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,4 @@ bin/ # Go modules and caches go.sum -test/ +# test/