Charlie/project-charlie: Build image / config (push) Successful in 1s
Charlie/project-charlie: Build image / build (push) Skipped
Charlie/project-charlie: Deploy runners / config (push) Successful in 2s
Charlie/project-charlie: Deploy runners / deploy-morgott (push) Skipped
Charlie/project-charlie: Deploy runners / deploy-melina (push) Skipped
Charlie/project-charlie: Deploy stack / config (push) Successful in 1s
Release / release (push) Failing after 7s
Charlie/project-charlie: Deploy stack / deploy (push) Skipped
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
|