Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 3efca4a

Browse files
Feature/web5-wallet (#26)
2 parents 59a73b7 + c5d1793 commit 3efca4a

File tree

81 files changed

+9762
-10202
lines changed

Some content is hidden

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

81 files changed

+9762
-10202
lines changed

.gitignore

Lines changed: 58 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,58 @@
1-
# Rust
2-
/target/
3-
**/*.rs.bk
4-
Cargo.lock
5-
6-
# IDE
7-
.idea/
8-
.vscode/
9-
*.swp
10-
*.swo
11-
12-
# Dependencies
13-
/node_modules/
14-
/.pnp
15-
.pnp.js
16-
17-
# Testing
18-
/coverage/
19-
20-
# Production
21-
/build/
22-
/dist/
23-
24-
# Environment
25-
.env
26-
.env.local
27-
.env.development.local
28-
.env.test.local
29-
.env.production.local
30-
31-
# Web5
32-
.web5/
33-
*.db
34-
*.db-*
35-
36-
# Large files (Web5 handled)
37-
*.exe
38-
!*.exe.web5ref
39-
*.msi
40-
*.zip
41-
*.tar.gz
42-
*.rar
43-
*.7z
44-
*.iso
45-
46-
# Logs
47-
*.log
48-
npm-debug.log*
49-
yarn-debug.log*
50-
yarn-error.log*
51-
52-
# System Files
53-
.DS_Store
54-
Thumbs.db
1+
# Rust
2+
/target/
3+
**/*.rs.bk
4+
Cargo.lock
5+
6+
# IDE
7+
.idea/
8+
.vscode/
9+
*.swp
10+
*.swo
11+
12+
# Dependencies
13+
/node_modules/
14+
/.pnp
15+
.pnp.js
16+
17+
# Testing
18+
/coverage/
19+
20+
# Production
21+
/build/
22+
/dist/
23+
24+
# Environment
25+
.env
26+
.env.local
27+
.env.development.local
28+
.env.test.local
29+
.env.production.local
30+
31+
# Web5
32+
.web5/
33+
*.db
34+
*.db-*
35+
36+
# Large files (Web5 handled)
37+
*.exe
38+
!*.exe.web5ref
39+
*.msi
40+
*.zip
41+
*.tar.gz
42+
*.rar
43+
*.7z
44+
*.iso
45+
46+
# Logs
47+
*.log
48+
npm-debug.log*
49+
yarn-debug.log*
50+
yarn-error.log*
51+
52+
# System Files
53+
.DS_Store
54+
Thumbs.db
55+
56+
# Allow core Bitcoin files
57+
!lib/src/core/bitcoin/
58+
!test/core/bitcoin/

0 commit comments

Comments
 (0)