aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: ab1e6412ad42493312b91973088d75c7bcb4c51b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Terraform
.terraform/
*.tfstate
*.tfstate.backup
*.lock.hcl
credentials.auto.tfvars
*.out

inventory.ini

# Ansible
*.retry
inventory.yaml
.vault_password

# Packer
packer_cache/
output-*/
credentials.pkr.hcl

# Kubernetes
kubeconfig

# Docker
.env