Skip to content
Open
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
28 changes: 27 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
target/
# Git
.git/
.github/
.gitignore
.gitmodules

# Build artifacts
target/
integration_logs/

# IDE
.idea/
.vscode/
.DS_Store

# Documentation
*.md
assets/

# CI/Dev tools
.config/
Justfile
lychee.toml
rustfmt.toml
Comment on lines +20 to +24
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should be comfortable adding these to docker in case we use this within docker builds

Suggested change
# CI/Dev tools
.config/
Justfile
lychee.toml
rustfmt.toml


# Misc
.dockerignore
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
target/
.idea/
.vscode/
integration_logs/
.DS_Store
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Base Reth Node

![CI](https://github.com/base/node-reth/actions/workflows/ci.yml/badge.svg)

> [!WARNING]
> This repository is for development purposes. For production deployments, please use the releases referenced in [base/node](https://github.com/base/node/releases).

Expand Down