27 lines
209 B
Plaintext
27 lines
209 B
Plaintext
# Terraform
|
|
*.tfstate
|
|
*.tfstate.*
|
|
*.tfvars
|
|
*.tfvars.json
|
|
crash.log
|
|
crash.*.log
|
|
*.secret
|
|
*.secret.*
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local .terraform
|
|
.terraform/
|