Files
nanoreth/.dockerignore
2023-10-07 19:45:19 +00:00

24 lines
330 B
Plaintext

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