Exclude EE build dirs from Docker context (#3174)

## Proposed Changes

Remove the bulky part of the EE integration test directory from the Docker build context so that we don't have to send 10GB of junk to the Docker daemon when building an image.
This commit is contained in:
Michael Sproul 2022-05-09 23:43:31 +00:00
parent 2877c29ca3
commit be59fd9af7

View File

@ -1,4 +1,5 @@
testing/ef_tests/consensus-spec-tests
testing/execution_engine_integration/execution_clients
target/
*.data
*.tar.gz