summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-01-20 15:24:34 -1000
committerPeter Stone <thepeterstone@gmail.com>2026-01-20 15:24:34 -1000
commit4399186b249e8ab29fa4563ac2d4cadd9b5d53cd (patch)
tree20ab2d76ebbdf856e9f2610599967d227c192dd7
parent59ecb53dced9f84d6d1830a25a345ba44b22fdf8 (diff)
Add compiled binary to gitignore
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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