From 00ff5f8be1b1f9dd2f42a27a3868972930065db0 Mon Sep 17 00:00:00 2001 From: AndReicscs Date: Sun, 21 Jun 2026 15:13:30 +0000 Subject: [PATCH] updated gitignore to ignore hub binary --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index ab3dedb..34c1b05 100644 --- a/.gitignore +++ b/.gitignore @@ -58,8 +58,14 @@ dist/ # ========================= # Go & Builds # ========================= +# Logs +*.log +*.log.* + +# Build artifacts build/ wizard/build/ +Hub/cmd/hub/hub *.exe *.test