mirror of
https://github.com/coredns/coredns.git
synced 2026-05-05 04:06:11 +02: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:
parent
c9b5cedbe9
commit
b9ddb061e1
@ -1,3 +1,4 @@
|
||||
.git/*
|
||||
core/*
|
||||
coremain/*
|
||||
hooks/*
|
||||
@ -7,3 +8,5 @@ plugin/*
|
||||
request/*
|
||||
test/*
|
||||
vendor/*
|
||||
build/*
|
||||
release/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user