.dockerignore: workaround for including some files in .git

This commit is contained in:
Arba Sasmoyo 2017-11-11 17:30:09 +07:00
parent 8ea55cbd20
commit 5d149134b9

View file

@ -1,4 +1,5 @@
**/.git **/.git
/.git
!/.git/HEAD !/.git/HEAD
!/.git/refs/heads !/.git/refs/heads
**/*_test.go **/*_test.go