From ea9d735a990b6413da508287a3f23e8e04deeb71 Mon Sep 17 00:00:00 2001 From: Snider Date: Thu, 29 Jan 2026 16:19:28 +0000 Subject: [PATCH] chore: remove binaries from tracking, update gitignore bin/ should never be committed Co-Authored-By: Claude Opus 4.5 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1bc44414..c11dcabf 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,7 @@ coverage.html /cmd/core/bin/ /cmd/core/core /coverage.txt -/bin/core +bin/ tasks # lthn-desktop build artifacts !cmd/lthn-desktop/build