From 6e6ea3c5a94b2ba49361be973752add49f73bb5e Mon Sep 17 00:00:00 2001 From: LandaMm Date: Sun, 18 May 2025 00:00:51 +0200 Subject: [PATCH] feat: ignore bin files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6f72f89..552ff46 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ # Test binary, built with `go test -c` *.test +bin/* + # Output of the go coverage tool, specifically when used with LiteIDE *.out