mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-06 22:14:03 -05:00
28 lines
348 B
Plaintext
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
|