Files
Maven/.gitignore
T
kami ccb1d784be auth: add RevertFact method to recordingAPI test helper
recordingAPI did not implement the new CoreAPI.RevertFact method
added in a02e10f, causing a build failure in auth tests.

Also adds coverage.out to .gitignore.
2026-07-05 02:40:52 +04:00

33 lines
458 B
Plaintext

# Built binaries (root only)
/mavend
/mavenclient
/mavsttd
/mavttsd
/mavweb
/mavpoll
/mavcaldav
# Certs (private keys, don't commit)
certs/
# Dependencies (fetch/build, not vendored)
deps/
# ML models (large, downloaded separately)
models/
# Runtime data
*.db
# Deploy secret (the at-rest db key) — never commit
deploy/db_key.env
# Temp files
/tmp/
# opencode config (per-project, not for sharing)
opencode.json
# Test coverage output
coverage.out