mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00: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:
+2
-1
@@ -1,4 +1,5 @@
|
||||
dist/
|
||||
vendor/
|
||||
!dist/traefik
|
||||
site/
|
||||
site/
|
||||
**/*.test
|
||||
|
||||
Reference in New Issue
Block a user