From 6fc81a4c968e85566d6db9c7bb591e85c49a03e1 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 10 Mar 2025 11:19:37 +0000 Subject: [PATCH] add bin/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4180dfb..a5cd1bd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ *.dll *.so *.dylib +bin/ # Test binary, built with `go test -c` *.test