Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
!.git/
!.cargo/
!shadow/
# Local-only: vendored ethp2p-rs path dep (gitignored), needed in the build
# context to build with the `ethp2p` feature.
!ethp2p-rs/
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ devnet.log

# mdbook build output
book/

# Local-only: vendored ethp2p-rs for building the devnet image with the
# ethp2p feature (the PR uses a git dep). Do not commit.
/ethp2p-rs/
Loading
Loading