Skip to content

Commit c76492d

Browse files
authored
Merge pull request #42 from BoldBitcoinWallet/v2.1.2
Release v2.1.2: PSBT Screen UX Improvements, Recovery Tools, and Documentation
2 parents bc84aa7 + 9fd90db commit c76492d

66 files changed

Lines changed: 2901 additions & 716486 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.bundle/config

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitignore

Lines changed: 52 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ yarn-error.log
5858
# Ruby / CocoaPods
5959
**/Pods/
6060
/vendor/bundle/
61+
.bundle/
6162

6263
# Temporary files created by Metro to check the health of the file watcher
6364
.metro-health-check*
@@ -81,6 +82,49 @@ BBMTLib/*.jar
8182
BBMTLib/Tss.xcframework/
8283
BBMTLib/scripts/bin/
8384
BBMTLib/scripts/*.json
85+
# Build binaries (bold-spend cross-platform binaries - ignore these)
86+
BBMTLib/bin/bold-spend-*
87+
# Build binaries (bbmt and related binaries - ignore these)
88+
BBMTLib/bin/bbmt*
89+
# Peer configuration files
90+
BBMTLib/peer*.json
91+
# Go build artifacts
92+
BBMTLib/*.exe
93+
BBMTLib/*.dll
94+
BBMTLib/*.so
95+
BBMTLib/*.dylib
96+
# Keyshare files (backup files from mobile app or testing)
97+
*.ks
98+
*.share
99+
peer*.ks
100+
KeyShare*.share
101+
peer*.share
102+
# Testing data and temporary files
103+
BBMTLib/test-data/
104+
BBMTLib/test-keygen-output/
105+
BBMTLib/test-keysign-output/
106+
BBMTLib/test-nostr-keygen-output/
107+
BBMTLib/test-nostr-keygen-3party-output/
108+
BBMTLib/test-nostr-keysign-output/
109+
BBMTLib/tmp/
110+
BBMTLib/temp/
111+
BBMTLib/*.test
112+
BBMTLib/*.log
113+
BBMTLib/scripts/peer*.ks
114+
BBMTLib/scripts/*.share
115+
# Test output directories (ignore all contents)
116+
**/test-keygen-output/
117+
**/test-keysign-output/
118+
**/test-nostr-keygen-output/
119+
**/test-nostr-keygen-3party-output/
120+
**/test-nostr-keysign-output/
121+
**/nostr-keygen-output/
122+
**/nostr-keysign-output/
123+
**/test-output/
124+
**/test-data/
125+
# Test output JSON files
126+
**/test-*-output/*.json
127+
**/nostr-*-output/*.json
84128

85129
#
86130
android/signed-release.sh
@@ -99,11 +143,7 @@ build.log
99143
android/gradle.properties.local
100144

101145
# IDE - VSCode
102-
.vscode/*
103-
!.vscode/settings.json
104-
!.vscode/tasks.json
105-
!.vscode/launch.json
106-
!.vscode/extensions.json
146+
.vscode/
107147
*.code-workspace
108148

109149
# IDE - JetBrains
@@ -248,9 +288,9 @@ web-build/
248288
*.aab
249289
*.dex
250290
*.class
251-
bin/
252-
gen/
253-
out/
291+
android/bin/
292+
android/gen/
293+
android/out/
254294
.gradle/
255295
local.properties
256296
proguard/
@@ -336,3 +376,7 @@ vendor/bundle/
336376
*.der
337377
*.p12
338378
*.pfx
379+
380+
# PR documentation (local only, not for git)
381+
PR_SUMMARY.md
382+
PR_README.md

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)