From 3c9eb5d332bd1ae8d2cd419117e9da03ce55b03b Mon Sep 17 00:00:00 2001 From: Pieter Hollander Date: Wed, 21 Feb 2024 15:44:44 +0100 Subject: [PATCH] Don't include compiled binary --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c5b73d..cf16370 100644 --- a/.gitignore +++ b/.gitignore @@ -68,4 +68,7 @@ vendor/ go.work # Don't commit docs as long as those are not anonymised yet. -docs \ No newline at end of file +docs + +# Don't include compiled binary +main \ No newline at end of file