Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,25 @@ dist/
.DS_Store
Thumbs.db
src/bitflash

# Key material and secrets the node creates in its data directory.
# *.dat above already covers wallet.dat, but these are not .dat files and are
# every bit as sensitive: btf_enc.key and nostr.key are this node's .btf
# identity, and walletrpc.token is bearer authority to spend from the wallet.
*.key
btf_enc.key
nostr.key
walletrpc.token

# Wallet/key backups
*.tgz
*.tar.gz
bitflash-keys-*

# Mempool dump, if a node is configured to write one
mempool.txt

# Patches and scratch files kept alongside a working tree
*.patch
*.rej
*.orig