Files
nanoreth/.dockerignore
2023-07-04 12:13:51 +00:00

23 lines
292 B
Plaintext

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