Files
vcluster_terraform/.gitignore
2025-12-01 19:38:12 +03:30

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
*~