34 lines
367 B
Plaintext
34 lines
367 B
Plaintext
# Terraform files
|
|
*.tfstate
|
|
*.tfstate.*
|
|
*.tfvars
|
|
!terraform.tfvars.example
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
crash.log
|
|
crash.*.log
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
|
|
# Talos files
|
|
*.iso
|
|
talosconfig
|
|
kubeconfig
|
|
|
|
# Sensitive outputs
|
|
talos-config.yaml
|
|
kube-config.yaml
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|