mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
23 lines
430 B
Text
23 lines
430 B
Text
# Terraform state files (store sensitive info)
|
|
*.tfstate
|
|
*.tfstate.backup
|
|
|
|
# Terraform logs
|
|
.crash.log
|
|
|
|
# Ignore Terraform's `.terraform` directory (contains provider plugins, local settings, etc.)
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
|
|
# Ignore Terraform execution plan files
|
|
*.tfplan
|
|
|
|
# Ignore sensitive AWS credentials (if using IAM user credentials)
|
|
.aws/
|
|
|
|
# Ignore editor-specific files (optional)
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
*.swp
|
|
|