terraform-provider-stackitp.../.gitignore

32 lines
388 B
Text

# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
## IDE
*.idea/
*.vscode/
# Terraform
**/.terraform
**/terraform.tfstate**
.terraform.lock.hcl
.terraform.tfstate.lock.info
main.tf
example.tf
index.tf
# 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