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.