Files
nanoreth/.dockerignore
2023-06-26 16:36:44 +00:00

19 lines
255 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-*