35 lines
381 B
Plaintext
Executable File
35 lines
381 B
Plaintext
Executable File
# Terraform
|
|
**/.terraform/
|
|
*.tfstate
|
|
*.tfstate.*
|
|
crash.log
|
|
crash.*.log
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
*.tfvars
|
|
!*.tfvars.example
|
|
|
|
# Secrets and local configuration
|
|
.env
|
|
.env.*
|
|
*.pem
|
|
*.key
|
|
wallet/
|
|
wallets/
|
|
credentials/
|
|
secrets/
|
|
|
|
# OS / editors
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Evidence generated during demos
|
|
evidence-output/
|
|
logs/
|
|
tmp/
|
|
.tools/
|