-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (48 loc) · 758 Bytes
/
.gitignore
File metadata and controls
52 lines (48 loc) · 758 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
51
52
.gradle/
.DS_Store
build/
local.properties
.classpath
.project
.settings/
.idea/
.sync/
bin/
gen/
*.swp
*.iml
app/*.apk
app/manifest-merger-*-report.txt
.*.swo
*.apk
app/src/main/jniLibs
app/libwally-core
app/gdk
*.so
GreenBits.iml
app/app.iml
gdk/src/main/java/com/blockstream/green_gdk/GDK.java
gdk/src/main/java/com/blockstream/libwally/Wally.java
keystore.properties
gdk_commit
local.keystore
app_keys.txt
data/src/include
data/src/libs
.kotlin/
.claude/
# iosGreenApp
**/build/
xcuserdata
!src/**/build/
.DS_Store
captures
.externalNativeBuild
.cxx
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcodeproj/project.xcworkspace/
!*.xcworkspace/contents.xcworkspacedata
**/xcshareddata/WorkspaceSettings.xcsettings
report.xml