瀏覽代碼

gitignore: allow *kubeconfig*.go files

Anukul Sangwan 5 年之前
父節點
當前提交
cfc2bc9707
共有 1 個文件被更改,包括 2 次插入1 次删除
  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