terraform-provider-stackitp.../.gitignore
Rüdiger Schmitz 7f52013d96
chore: add script to replace dependencies in a dummy go.work file (#656)
* chore: add script to replace dependencies in a dummy go.work file

* chore: use option to defined sdk directory
2025-01-30 11:37:12 +01:00

33 lines
No EOL
399 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
go.work.sum