34 lines
360 B
Plaintext
34 lines
360 B
Plaintext
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Terraform
|
|
**/.terraform/
|
|
**/*.tfstate
|
|
**/*.tfstate.*
|
|
**/crash.log
|
|
**/crash.*.log
|
|
|
|
# Common secret material (keep out of Git)
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
*.pfx
|
|
*.jks
|
|
*.kubeconfig
|
|
*.ovpn
|
|
*.mobileconfig
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.tfvars
|
|
*.tfvars.json
|
|
!.tfvars.example
|
|
!.tfvars.json.example
|
|
|
|
# Decrypted scratch areas
|
|
vault/tmp/
|