terraform-contour-mirror/.gitignore
2026-01-28 13:57:53 +03:00

34 lines
359 B
Plaintext

# Terraform
.terraform/
.terraform.lock.hcl
*.tfstate
*.tfstate.*
*.tfplan
*.tfplan.*
crash.log
crash.*.log
override.tf
override.tf.json
*_override.tf
*_override.tf.json
.terraformrc
terraform.rc
# Terragrunt
.terragrunt-cache/
terragrunt.hcl.backup
# Generated files
.gitlab-ci.generated.yml
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db