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