Przeglądaj źródła

gitignore: allow *kubeconfig*.go files

Anukul Sangwan 4 lat temu
rodzic
commit
cfc2bc9707
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

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