terraform-contour-mirror/.gitignore
2026-01-28 13:19:41 +03:00

40 lines
605 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
# Exception: commit lock files for dependencies to ensure consistent provider versions
!live/stage/s3/.terraform.lock.hcl
!live/stage/database/.terraform.lock.hcl
!live/stage/namespace/.terraform.lock.hcl
!live/stage/secrets/.terraform.lock.hcl
# Generated files
.gitlab-ci.generated.yml
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db