mirror of
https://github.com/outbackdingo/c0depool-iac.git
synced 2026-01-27 02:18:23 +00:00
45 lines
466 B
Plaintext
45 lines
466 B
Plaintext
# Trash
|
|
.DS_Store
|
|
Thumbs.db
|
|
# Binaries
|
|
bin
|
|
/flux
|
|
*.iso
|
|
# Temp folders
|
|
.temp*
|
|
.private/
|
|
.logs/
|
|
.task/
|
|
# Packer
|
|
secrets.pkvars.hcl
|
|
# Terraform
|
|
.terraform*
|
|
terraform.tfstate*
|
|
*.tfstate
|
|
.tfplan
|
|
credentails.*
|
|
crash.log
|
|
crash.*.log
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
*.auto.tfvars
|
|
*.tfplan*
|
|
# Sops
|
|
.secrets*
|
|
.decrypted~*
|
|
*.agekey
|
|
sops-key*
|
|
# Kubernetes
|
|
kubeconfig*
|
|
talosconfig*
|
|
*.pub
|
|
*.key
|
|
# Extras
|
|
config.xml
|
|
*.pid
|
|
kubernetes
|
|
# VS Code
|
|
.vscode
|