diff --git a/.dockerignore b/.dockerignore index 9f970225..c5399fae 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,27 @@ -target/ \ No newline at end of file +# 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 + +# Misc +.dockerignore diff --git a/.gitignore b/.gitignore index 959253b2..f033bcbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ target/ .idea/ +.vscode/ integration_logs/ .DS_Store diff --git a/README.md b/README.md index b057bd79..abcb8276 100644 --- a/README.md +++ b/README.md @@ -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).