Files
amacocian 801bbcec09
CI / build (push) Has been cancelled
Phase 0
2026-05-24 21:53:20 +02:00

26 lines
284 B
Plaintext

# Editor / IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Go build output
/sherlock
/sherlock-broker
/dist/
/bin/
# Go test / tooling
coverage.out
coverage.html
*.test
*.prof
# Vendored deps (we use modules)
/vendor/
# Local config (operator-specific, never committed)
/.envrc
/.env