traefik/.dockerignore
Vincent Demeester 315e8b64b8 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>
2016-04-07 16:48:35 +02:00

6 lines
44 B
Plaintext

dist/
vendor/
!dist/traefik
site/
**/*.test