mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-04 03:03:14 -05:00 
			
		
		
		
	dockerignore: ignore .git (#1723)
also ignore build/ and release/ as they may be left over from releasing coredns. Sending build context to Docker daemon 490.9MB -> Sending build context to Docker daemon 98.82kB
This commit is contained in:
		@@ -1,3 +1,4 @@
 | 
				
			|||||||
 | 
					.git/*
 | 
				
			||||||
core/*
 | 
					core/*
 | 
				
			||||||
coremain/*
 | 
					coremain/*
 | 
				
			||||||
hooks/*
 | 
					hooks/*
 | 
				
			||||||
@@ -7,3 +8,5 @@ plugin/*
 | 
				
			|||||||
request/*
 | 
					request/*
 | 
				
			||||||
test/*
 | 
					test/*
 | 
				
			||||||
vendor/*
 | 
					vendor/*
 | 
				
			||||||
 | 
					build/*
 | 
				
			||||||
 | 
					release/*
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user