Add common gitignore directives
This commit is contained in:
parent
181ffd94b2
commit
e27a2cc019
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -5,3 +5,8 @@ k3s-cluster-config.kubeconfig.yaml
|
||||||
.terraform.tfstate*
|
.terraform.tfstate*
|
||||||
terraform.tfstate*
|
terraform.tfstate*
|
||||||
.env*
|
.env*
|
||||||
|
|
||||||
|
*.tmp
|
||||||
|
*.log
|
||||||
|
*.key
|
||||||
|
.secret*
|
||||||
|
|
Loading…
Reference in a new issue