Skip to content

Commit 4931206

Browse files
author
Jelle Dijkstra
committed
Restore dockerignore
1 parent 8101cd5 commit 4931206

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.dockerignore

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file
2-
# Ignore everything by default and re-include only needed files
3-
**
4-
5-
# Re-include Go source files (but not *_test.go)
6-
!**/*.go
7-
**/*_test.go
8-
9-
# Re-include Go module files
10-
!go.mod
11-
!go.sum
2+
# Ignore build and test binaries.
3+
bin/

0 commit comments

Comments
 (0)