aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-04-24 09:23:50 +0100
committerGravatar GitHub <noreply@github.com> 2018-04-24 09:23:50 +0100
commitb9ddb061e146faa1ea1837f5d350bdf682fab9a9 (patch)
treed61daea1f706d763f9e72490c1f7bef1eefe6636
parentc9b5cedbe9f103862c2ff519c7c491f5373a75e6 (diff)
downloadcoredns-b9ddb061e146faa1ea1837f5d350bdf682fab9a9.tar.gz
coredns-b9ddb061e146faa1ea1837f5d350bdf682fab9a9.tar.zst
coredns-b9ddb061e146faa1ea1837f5d350bdf682fab9a9.zip
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
-rw-r--r--.dockerignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index 0498b87e1..98e5cfe14 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,3 +1,4 @@
+.git/*
core/*
coremain/*
hooks/*
@@ -7,3 +8,5 @@ plugin/*
request/*
test/*
vendor/*
+build/*
+release/*