Add .dockerignore to exclude intermediate Godeps output.

These files will cause errors in the Docker build if the host system has
a different version of Go than the base image.
This commit is contained in:
Anthony Yeh 2015-04-20 13:10:40 -07:00
Родитель 803c371da3
Коммит 2615fbed67
1 изменённых файлов: 2 добавлений и 0 удалений

2
.dockerignore Normal file
Просмотреть файл

@ -0,0 +1,2 @@
Godeps/_workspace/pkg
Godeps/_workspace/bin