Files
reth/.dockerignore
2025-11-27 11:35:22 +00:00

28 lines
348 B
Plaintext

# exclude everything
*
# include source files
!/bin
!/crates
!/pkg
!/testing
!book.toml
!Cargo.lock
!Cargo.toml
!Cross.toml
!deny.toml
!Makefile
!README.md
# include for vergen constants
!/.git
# include dist directory, where the reth binary is located after compilation
!/dist
# include licenses
!LICENSE-*
# include example files
!/examples