Files
reth/.gitignore
Yash Atreya 599de19fb3 chore(book): migrate to vocs (#16605)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-06-24 15:00:56 +00:00

62 lines
1.0 KiB
Plaintext

# Generated by Cargo
# will have compiled files and executables
./debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Generated by Intellij-based IDEs.
.idea
# Generated by MacOS
.DS_Store
# Generated test-vectors for DB
testdata/micro/db
# Generated data for stage benchmarks
crates/stages/stages/testdata
# Prometheus data dir
data/
# Proptest data
proptest-regressions/
# Release artifacts
dist/
# Database debugging tools
db-tools/
# VSCode
.vscode
# Coverage report
lcov.info
# Generated by ./etc/generate-jwt.sh
jwttoken/
# Cache directory for CCLS, if using it with MDBX sources
.ccls-cache/
# Generated by CMake due to MDBX sources
crates/storage/libmdbx-rs/mdbx-sys/libmdbx/cmake-build-debug
# Rust bug report
rustc-ice-*
# Book sources should be able to build with the latest version
book/sources/Cargo.lock
# vocs node_modules
book/vocs/node_modules
# Cargo chef recipe file
recipe.json