-
Notifications
You must be signed in to change notification settings - Fork 30
/
.gitignore
44 lines (40 loc) · 899 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
*.iml
.gradle
build
.build
.kotlin
/local.properties
.DS_Store
/captures
.externalNativeBuild
/.idea
.idea
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.cxx
local.properties
secret.properties
# submodules
/submodule
# iOS Project
ios/CCC/Resources/Release/
ios/CCC/Resources/Debug/
ios/fastlane/.env
ios/fastlane/README.md
ios/fastlane/report.xml
xcuserdata
# Android secrets
android/app/release.keystore
android/app/release.keystore.asc
android/app/src/debug/google-services.json
android/app/src/debug/google-services.json.asc
android/app/src/debug/agconnect-services.json
android/app/src/debug/agconnect-services.json.asc
android/app/src/release/google-services.json
android/app/src/release/google-services.json.asc
android/app/src/release/agconnect-services.json
android/app/src/release/agconnect-services.json.asc