mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
28 lines
465 B
Plaintext
28 lines
465 B
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/testdata
|
|
|
|
# prometheus data dir
|
|
data/
|
|
|
|
proptest-regressions/ |