This repository has been archived on 2026-08-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
terraform-provider-dynu/.gitignore
T
beatzaplenty b7bc2dd9c7
ci / test (push) Failing after 5m12s
update .gitignore
2026-08-05 08:53:55 +10:00

47 lines
602 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.key
terraform-provider-dynu
terraform-provider-dynu_v*
dist/
# Test binary, built with `go test -c`
*.test
# Code coverage profiles and other test artifacts
*.out
coverage.*
*.coverprofile
profile.cov
# Go workspace file
go.work
go.work.sum
# env file
.env
! .terraform-registry
# Terraform local artifacts
.terraform/
**/.terraform/
*.tfvars
!*.tfvars.example
terraform.tfvars
*.tfstate
*.tfstate.*
.terraform.lock.hcl
# Codex/dev artifacts
.codex/bin/
.codex/tmp/
.codex/cache/
.codex/logs/
# Editor/IDE
# .idea/
# .vscode/