terraform-contour-mirror/.gitignore
2026-07-17 10:31:36 +00:00

40 lines
394 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
.claude/
# Terragrunt
.terragrunt-cache/
terragrunt.hcl.backup
# Generated files
.gitlab-ci.generated.yml
.generated/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# MISC
.env