From 4399186b249e8ab29fa4563ac2d4cadd9b5d53cd Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Tue, 20 Jan 2026 15:24:34 -1000 Subject: Add compiled binary to gitignore Co-Authored-By: Claude Opus 4.5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 673e258..7d9e991 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,6 @@ package-lock.json # Build artifacts web/static/css/output.css + +# Compiled binary +dashboard -- cgit v1.2.3