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:
Miek Gieben
2018-04-24 09:23:50 +01:00
committed by GitHub
parent c9b5cedbe9
commit b9ddb061e1

View File

@@ -1,3 +1,4 @@
.git/*
core/* core/*
coremain/* coremain/*
hooks/* hooks/*
@@ -7,3 +8,5 @@ plugin/*
request/* request/*
test/* test/*
vendor/* vendor/*
build/*
release/*