From ed0e05815c37a1c23bf20a945a233c4c1019e8f6 Mon Sep 17 00:00:00 2001 From: SmartFlow Developer Date: Sun, 11 Jan 2026 19:52:35 +0100 Subject: [PATCH] chore: improve ignore files and update ci badge --- .dockerignore | 52 +++++++++++++++++++++++++++++++++++++++------------ .gitignore | 1 + README.md | 2 +- 3 files changed, 42 insertions(+), 13 deletions(-) diff --git a/.dockerignore b/.dockerignore index 9847736d3..dca4311ca 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,14 +1,42 @@ -/cargo -/data -/mev-test-contract/cache -/mev-test-contract/out -/target -/scripts/benchmark-results.* +# Git +.git/ +.github/ +.gitignore +.gitmodules + +# Build artifacts +/target/ +/cargo/ +/data/ /test/ -/integration_logs -Dockerfile +/integration_logs/ +genesis.json +/op-reth +/scripts/benchmark-results.* + +# IDE/Editors +.code/ +.idea/ +.vscode/ +.DS_Store +.editorconfig + +# Documentation +*.md +docs/ +CODEOWNERS + +# CI/Dev tools +justfile +Makefile +zepter.yaml +rustfmt.toml +rust-toolchain.toml + +# Environment +.env -# editors -.code -.idea -.vscode +# Misc +/mev-test-contract/cache/ +/mev-test-contract/out/ +.dockerignore diff --git a/.gitignore b/.gitignore index f01ed3a0a..91a614ae4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ genesis.json .code .idea .vscode +.DS_Store diff --git a/README.md b/README.md index 2b3092433..54726f03c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # op-rbuilder -[![CI status](https://github.com/flashbots/op-rbuilder/actions/workflows/op_rbuilder_checks.yaml/badge.svg)](https://github.com/flashbots/op-rbuilder/actions) +[![CI status](https://github.com/AdekunleBamz/op-rbuilder/actions/workflows/op_rbuilder_checks.yaml/badge.svg)](https://github.com/AdekunleBamz/op-rbuilder/actions) `op-rbuilder` is a Rust-based block builder designed to build blocks for the Optimism stack.