Files
nanoreth/.dockerignore
2023-10-10 15:23:49 +02:00

26 lines
331 B
Plaintext

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