From 6c810b4e2b6deab311bf175f7705468bc5054929 Mon Sep 17 00:00:00 2001 From: Pieter Hollander Date: Mon, 1 Jul 2024 14:38:30 +0200 Subject: [PATCH] Don't include compiled binaries. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cf16370..431cdac 100644 --- a/.gitignore +++ b/.gitignore @@ -71,4 +71,5 @@ go.work docs # Don't include compiled binary -main \ No newline at end of file +main +opendtu-logger \ No newline at end of file