mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
Merge pull request #14792 from karalabe/slim-docker-image
dockerignore: ignore all git metadata and all tests
This commit is contained in:
commit
3b25012481
1 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
.git
|
||||
**/.git
|
||||
**/*_test.go
|
||||
|
||||
build/_workspace
|
||||
build/_bin
|
||||
tests/testdata
|
||||
|
|
|
|||
Loading…
Reference in a new issue