1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-08 04:58:24 +03:00

Add **/*.test to .dockerignore

`*.test` files are generated by `go test`, do not include them into the
build context. It will lighter a bit the build context..

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2016-04-04 17:54:32 +02:00
parent f99f634816
commit 315e8b64b8

View File

@ -1,4 +1,5 @@
dist/
vendor/
!dist/traefik
site/
site/
**/*.test