chore: db-tools Make target for MDBX debugging tools (#3245)

This commit is contained in:
Alexey Shekhirin
2023-06-19 20:50:19 +01:00
committed by GitHub
parent d3d23b4450
commit 6f854dc834
2 changed files with 28 additions and 2 deletions

3
.gitignore vendored
View File

@ -31,5 +31,8 @@ proptest-regressions/
# Release artifacts
dist/
# Database debugging tools
db-tools/
# VSCode
.vscode