mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-05 15:52:55 +00:00
dockerignore: ignore all git metadata and all tests
This commit is contained in:
parent
225de7ca0a
commit
bd381be9c8
1 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
.git
|
**/.git
|
||||||
|
**/*_test.go
|
||||||
|
|
||||||
build/_workspace
|
build/_workspace
|
||||||
build/_bin
|
build/_bin
|
||||||
|
tests/testdata
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue