summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-01-20 15:39:45 -1000
committerPeter Stone <thepeterstone@gmail.com>2026-01-20 15:39:45 -1000
commitcb592195189685471f054578390b5a6f3440187e (patch)
treefb94188f9ad70dfb6e1237fb11124d4a4d234b1c /.gitignore
parent0d6d1c3a5bba2777be2f0d9bca30b86ace343757 (diff)
Add STATIC_DIR configuration support
Allow static file directory to be configured via environment variable for flexible deployment layouts. Also fix gitignore to not ignore cmd/dashboard directory. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 7d9e991..6422d88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,5 +51,5 @@ package-lock.json
# Build artifacts
web/static/css/output.css
-# Compiled binary
-dashboard
+# Compiled binary (at root only)
+/dashboard