mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #5787 from ddysher/ignore-kubeconfig
git ignore .kubeconfig
This commit is contained in:
commit
75a25b5edf
7
.gitignore
vendored
7
.gitignore
vendored
@ -40,10 +40,13 @@ Session.vim
|
||||
.vagrant
|
||||
network_closure.sh
|
||||
|
||||
# compiled binaries in third_party
|
||||
# Compiled binaries in third_party
|
||||
/third_party/pkg
|
||||
|
||||
# also ignore etcd installed by hack/install-etcd.sh
|
||||
# Also ignore etcd installed by hack/install-etcd.sh
|
||||
/third_party/etcd*
|
||||
|
||||
# User cluster configs
|
||||
.kubeconfig
|
||||
|
||||
.tags*
|
||||
|
Loading…
Reference in New Issue
Block a user