mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
42 lines
594 B
Plaintext
42 lines
594 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 data
|
|
proptest-regressions/
|
|
|
|
# Release artifacts
|
|
dist/
|
|
|
|
# Database debugging tools
|
|
db-tools/
|
|
|
|
# VSCode
|
|
.vscode
|
|
|
|
# Coverage report
|
|
lcov.info
|