-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
24 lines (24 loc) · 789 Bytes
/
Copy path.gitignore
File metadata and controls
24 lines (24 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/build/
/data/
/.regtest/
/.regtest-e2e/
/.regtest-payout/
/.regtest-pplns/
/.regtest-btcpay/
/.regtest-cbwin/
/.regtest-solo/
/.regtest-solo.lock/
/proxy.conf
/tests/integration.proxy.conf
# The installer writes proxy.conf.bak.<timestamp> beside proxy.conf on every
# run. /proxy.conf does not match those, so without this line each run drops
# another file containing bitcoind RPC credentials into a PUBLIC repo's
# working tree, one `git add -A` away from being committed.
/proxy.conf.bak.*
# Release tarballs built by scripts/release.sh. They contain a full copy of
# the tree plus a binary; nothing here belongs in the repo.
/dist/
# macOS Finder droppings. They appear in any directory the user has opened,
# and a `git add -A` sweeps them into a public repo.
.DS_Store
**/.DS_Store