-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
168 lines (134 loc) · 2.08 KB
/
.gitignore
File metadata and controls
168 lines (134 loc) · 2.08 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# Android
*.iml
*.iml~
*.iws
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/modules
/.idea/compiler.xml
/.idea/deploymentTargetDropDown.xml
/.idea/deploymentTargetSelector.xml
/.idea/jarRepositories.xml
/.idea/gradle.xml
/.idea/misc.xml
/.idea/runConfigurations
/.idea/vcs.xml
/.idea/inspectionProfiles/Project_Default.xml
/.idea/appInsightsSettings.xml
.DS_Store
/build
captures/
screenshot-tests/build/
.externalNativeBuild
.cxx
local.properties
# IntelliJ IDEA
.idea/
# Android Studio
*.keystore
*.jks
*.p12
*.pem
*.pfx
*.p7b
*.p7c
*.der
*.crt
*.cer
*.crl
*.sst
*.csr
*.key
# Log files
*.log
# Local configuration file (sdk path, etc)
# Secrets folder (loaded from secrets repository)
.secrets/
# Firebase configuration
app/google-services.json
# Release builds (AAB files)
*.aab
# Debug
debug.keystore
debug.jks
# Release
release.keystore
release.jks
# APKs
*.apk
*.ap_
*.apks
# Generated files
gen/
generated/
# Ignore gradle wrapper if not needed in your project
!gradle/wrapper/gradle-wrapper.jar
!gradle/wrapper/gradle-wrapper.properties
# Coverage
coverage/
*.ec
# Android Lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/reports/
# Proguard
proguard/
# Dex
.dex
# Local checkouts
*/.checkouts
# Android cache
.cache/
# Android build cache
.android/build-cache/
.android/caches/
# Android Studio profiler
*.hprof
# Android Studio navigation editor
.navigation/
# Android Studio device manager
*.avd/
# Android Studio emulator
*.qemu_pipe
# Android Studio screenshot
*.png
*.jpg
*.jpeg
*.gif
*.bmp
*.tiff
*.tif
# Скриншоты сохраняем в гите
!fastlane/metadata/android/**/*.png
# Android Studio backup
*.bak
# Android Studio temporary files
*.tmp
# Android Studio crash reports
*.crash
# Android Studio logs
# Android Studio metadata
*.ipr
# Android Studio caches
*.swp
*.swo
*~
# Documentation
/.qwen
# Ruby
.rbenv-version
.ruby-gemset
*.gem
vendor/bundle/
.bundle/
# Fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/test_output/