26 lines
284 B
Plaintext
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
|