mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
57 lines
411 B
Plaintext
57 lines
411 B
Plaintext
# Mac OS
|
|
.DS_Store
|
|
|
|
# To do
|
|
/charts
|
|
TODO.md
|
|
|
|
# Builds
|
|
dist
|
|
target
|
|
|
|
# I/O
|
|
in
|
|
out
|
|
.log
|
|
/datasets
|
|
/datasets2
|
|
/price
|
|
*..*
|
|
/txout_*
|
|
/db
|
|
|
|
# Sync
|
|
.stfolder
|
|
|
|
# Copies
|
|
*\ copy*
|
|
|
|
# Ignored
|
|
ignore
|
|
|
|
# Scripts
|
|
/start-node.sh
|
|
|
|
# Editors
|
|
.vscode
|
|
.zed
|
|
|
|
# Configs
|
|
config.toml
|
|
|
|
# Flamegraph
|
|
flamegraph/
|
|
flamegraph.svg
|
|
|
|
# Benchmarks
|
|
benches
|
|
|
|
# Snapshots
|
|
snapshots*/
|
|
|
|
# Docker
|
|
docker/kibo
|
|
|
|
# Types
|
|
website/scripts/types/paths.d.ts
|