Commit b9ddb061 authored by Miek Gieben's avatar Miek Gieben Committed by GitHub

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
parent c9b5cedb
.git/*
core/* core/*
coremain/* coremain/*
hooks/* hooks/*
...@@ -7,3 +8,5 @@ plugin/* ...@@ -7,3 +8,5 @@ plugin/*
request/* request/*
test/* test/*
vendor/* vendor/*
build/*
release/*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment