aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9709716aaa0cf40380304a1ba00de237248d5df4 (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
# Terraform
.terraform/
*.tfstate
*.tfstate.backup
*.lock.hcl
credentials.auto.tfvars
*.out

inventory.ini

# Ansible
*.retry
inventory.yaml

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

# Kubernetes
kubeconfig

# Docker
.env