Files
heartbeat/.gitignore
todor 93ae9b66b3
Some checks failed
Build heartbeat / build (push) Failing after 1m18s
init
2026-05-03 21:09:59 +02:00

23 lines
207 B
Plaintext

# built binary
/heartbeat
# runtime config (contains webhook URL)
/config.yaml
# Go build cache and test artifacts
*.test
*.out
/vendor/
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
*.swp
*.swo
*~