CI: Gitea Actions workflow (test+build+package), Makefile, config.yaml.example, .gitignore
Some checks failed
build-test / build (push) Successful in 32s
CI / test (push) Successful in 32s
CI / build (push) Failing after 37s
CI / package (push) Has been skipped

This commit is contained in:
Hermes
2026-08-15 10:20:34 +05:00
parent 35fcffe035
commit 572f39cb3e
4 changed files with 143 additions and 1 deletions

7
.gitignore vendored
View File

@@ -2,6 +2,7 @@
/bin/
*.exe
*.out
ratatoskr
# Go build/test artifacts
/testbin/
@@ -13,6 +14,10 @@
!/.env.example
secrets/
# Local config (not tracked — use config.yaml.example)
config.yaml
# Local scratch
.tmp/
.db/
.db/
.dbg/