mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
26 lines
331 B
Plaintext
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
|