mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 10:13: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/*
|
||||
coremain/*
|
||||
hooks/*
|
||||
@@ -7,3 +8,5 @@ plugin/*
|
||||
request/*
|
||||
test/*
|
||||
vendor/*
|
||||
build/*
|
||||
release/*
|
||||
|
||||
Reference in New Issue
Block a user