Selaa lähdekoodia

gitignore: allow *kubeconfig*.go files

Anukul Sangwan 5 vuotta sitten
vanhempi
sitoutus
cfc2bc9707
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -23,6 +23,7 @@ bin
 .terraform.lock.hcl
 
 *kubeconfig*
+!*kubeconfig*.go
 
 # .tfstate files
 *.tfstate
@@ -57,4 +58,4 @@ override.tf.json
 .terraformrc
 terraform.rc
 
-tmp
+tmp