forked from SW/traefik
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:
@@ -1,4 +1,5 @@
|
||||
dist/
|
||||
vendor/
|
||||
!dist/traefik
|
||||
site/
|
||||
site/
|
||||
**/*.test
|
||||
|
||||
Reference in New Issue
Block a user