-
Notifications
You must be signed in to change notification settings - Fork 74
/
.gitignore
57 lines (53 loc) · 954 Bytes
/
.gitignore
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
53
54
55
56
57
*.iml
.gradle
/.idea/gradle.xml
/local.properties
/.idea/caches
/.idea/libraries
/.idea/compiler.xml
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/codeStyles
/.idea/misc.xml
/.idea/*
.idea/runConfigurations.xml
.DS_Store
/build
app/build
app/release
/captures
.externalNativeBuild
.cxx
/hover.sdk
*.apk
.project
.settings/
app/.classpath
app/.project
app/.settings/
/app/src/main/res/values/app_keys.xml
.idea/misc.xml
build-logic/build
build-logic/.gradle
build-logic/convention/build
internal/build
internal/analytics/build
internal/data/build
internal/database/build
internal/datastore/build
internal/firestore/build
internal/model/build
internal/network/build
internal/remoteconfig/build
internal/resources/build
internal/sync/build
internal/testing/build
internal/ui/build
features/build
features/transactions/build
features/user-profile/build
#Fastlane
fastlane/report.xml
fastlane/README.md