fix zombie leak, add quiet-hours toggle, improve query reply, configurable router threshold, JS dashboard
This commit is contained in:
+13
-10
@@ -1,10 +1,13 @@
|
||||
# Built binaries
|
||||
mavend
|
||||
mavenclient
|
||||
mavsttd
|
||||
mavttsd
|
||||
mavweb
|
||||
mavpoll
|
||||
# Built binaries (root only)
|
||||
/mavend
|
||||
/mavenclient
|
||||
/mavsttd
|
||||
/mavttsd
|
||||
/mavweb
|
||||
/mavpoll
|
||||
|
||||
# Certs (private keys, don't commit)
|
||||
certs/
|
||||
|
||||
# Dependencies (fetch/build, not vendored)
|
||||
deps/
|
||||
@@ -15,8 +18,8 @@ models/
|
||||
# Runtime data
|
||||
*.db
|
||||
|
||||
# Certs (private keys, don't commit)
|
||||
certs/
|
||||
|
||||
# Temp files
|
||||
/tmp/
|
||||
|
||||
# opencode config (per-project, not for sharing)
|
||||
opencode.json
|
||||
|
||||
Reference in New Issue
Block a user