Files
vm-ops/.gitignore
2025-12-17 15:13:19 +00:00

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/