30 lines
350 B
Plaintext
30 lines
350 B
Plaintext
# Go build artifacts
|
|
bin/
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
|
|
# Terraform local files
|
|
**/.terraform/
|
|
**/.terraform.lock.hcl
|
|
**/terraform.tfstate
|
|
**/terraform.tfstate.*
|
|
**/crash.log
|
|
**/crash.*.log
|
|
**/.terraform.tfstate.lock.info
|
|
|
|
# Provider binary built in project root
|
|
terraform-provider-vcluster
|
|
|
|
# Editor / IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*~
|
|
|
|
|