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:
parent
f99f634816
commit
315e8b64b8
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
dist/
|
||||
vendor/
|
||||
!dist/traefik
|
||||
site/
|
||||
site/
|
||||
**/*.test
|
||||
|
|
Loading…
Reference in a new issue