Skip to content
This repository was archived by the owner on Jul 18, 2025. 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 <vincent@sbr.pm>
1 parent c43ded0 commit 4abafb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
bundles/
2+
**/*.test

0 commit comments

Comments
 (0)