mirror of
https://github.com/containous/traefik.git
synced 2025-02-14 01:57:36 +03:00
`*.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>
6 lines
44 B
Plaintext
6 lines
44 B
Plaintext
dist/
|
|
vendor/
|
|
!dist/traefik
|
|
site/
|
|
**/*.test
|