forked from consenlabs/token-core
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (38 loc) · 731 Bytes
/
.gitignore
File metadata and controls
50 lines (38 loc) · 731 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
**/target/
**/*.rs.bk
*.o
*.so
examples/android/app/src/main/jniLibs/**
examples/iOSExample/TokenCoreX/**
examples/RN/ios/TokenCoreX/**
tools/android-token-v2-build.sh
tools/android-token-v2-simulator-build.sh
tools/ios-token-v2-build.sh
tools/ios-token-v2-simulator-build.sh
tools/ios-token-v2-release-build.sh
tools/ios-internal-release.sh
ios-release/**
*.rlib
*.dll
.gdb_history
*.exe
.DS_Store
.idea
.vscode
generated/
*.iml
*.swp
*.swo
test-data/**
tcx/cheader/tcx.h
lcov.info
ccov/
tarpaulin-report.html
tools/ios-token-v2-release-build.sh
#
#tcx-btc-fork/src/transaction.rs
#tcx-ckb/src/transaction.rs
#tcx-substrate/src/transaction.rs
#tcx-tron/src/transaction.rs
#tcx/src/api.rs
tools/ios-internal-release.sh