Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 5s
CI Workflow / CI run build and linting (pull_request) Successful in 20m7s
CI Workflow / Code coverage report (pull_request) Successful in 5s
CI Workflow / CI run tests (pull_request) Failing after 21m28s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 29m1s
51 lines
647 B
Text
51 lines
647 B
Text
# Binaries
|
|
bin/
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
## IDE
|
|
*.idea/
|
|
*.vscode/
|
|
|
|
# Terraform
|
|
**/.terraform
|
|
**/terraform.tfstate**
|
|
.terraform.lock.hcl
|
|
.terraform.tfstate.lock.info
|
|
**/config.tfrc
|
|
**/variables.tf
|
|
**/service_account.json
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Unit test files
|
|
stackit/internal/services/iaas/test-512k.img
|
|
|
|
# Test coverage reports
|
|
coverage.out
|
|
coverage.html
|
|
generated
|
|
stackit-sdk-generator
|
|
stackit-sdk-generator/**
|
|
dist
|
|
|
|
.secrets
|
|
|
|
pkg_gen
|
|
/release/
|
|
.env
|
|
**/.env
|