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

# Ansible
*.retry

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

# Kubernetes
kubeconfig

# Docker
.env