Files
ratatoskr-go/.gitignore
Hermes 572f39cb3e
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
CI: Gitea Actions workflow (test+build+package), Makefile, config.yaml.example, .gitignore
2026-08-15 10:20:34 +05:00

23 lines
239 B
Plaintext

# Binaries
/bin/
*.exe
*.out
ratatoskr
# Go build/test artifacts
/testbin/
*.test
# Env / secrets
.env
.env.*
!/.env.example
secrets/
# Local config (not tracked — use config.yaml.example)
config.yaml
# Local scratch
.tmp/
.db/
.dbg/