Some checks failed
Go package / build (push) Has been cancelled
Restore uncommitted work from earlier sessions: DMX scene-select channels, MQTT override handling, configurable zone refresh interval, OSC additions, and matching tests and docs. Add versioning following nginx-cache-purge: VERSION file, ldflags-stamped build identifiers in info.go, Makefile, GoReleaser config, GitHub workflows, and a -version flag using the standard flag package. Claude-Session: https://claude.ai/code/session_01C5ZxhELATettecwYcNiXVN
12 lines
158 B
Text
12 lines
158 B
Text
# Local config holds secrets (MQTT password); never commit it.
|
|
config.yaml
|
|
|
|
# Built binary.
|
|
/lutron-control
|
|
|
|
# Logs.
|
|
*.log
|
|
*.log.gz
|
|
|
|
# Build artifacts.
|
|
dist/
|