Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Commit 4abafb0

Browse files
committed
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 <[email protected]>
1 parent c43ded0 commit 4abafb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
bundles/
2+
**/*.test

0 commit comments

Comments
 (0)