23 lines
207 B
Plaintext
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
|
|
*~
|
|
|