-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.gitignore
More file actions
207 lines (174 loc) · 3.21 KB
/
Copy path.gitignore
File metadata and controls
207 lines (174 loc) · 3.21 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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
dist
# TypeScript build info
app/tsconfig.tsbuildinfo
tsconfig.tsbuildinfo
# Node dependencies
node_modules
# Logs
logs
*.log
# Misc
.DS_Store
.fleet
.idea
# Local env files
.env
.env.*
!.env.example
app/.env
app/.env.*
!app/.env.example
coverage
# iOS Development
*.ipa
*.dSYM.zip
*.dSYM
build/
DerivedData/
*.hmap
*.ipa
*.xcarchive
*.xcuserstate
*.xcworkspace/xcshareddata/
# iOS certificates and keys
*.p8
*.p12
*.cer
*.mobileprovision
*.certSigningRequest
# Xcode
project.xcworkspace
xcuserdata/
*.mode1v3
*.mode2v3
*.perspectivev3
*.pbxuser
!default.pbxuser
!default.mode1v3
!default.mode2v3
!default.perspectivev3
# iOS Simulator
*.app
*.framework
# CocoaPods
Pods/
*.podspec
# Swift Package Manager
.build/
Packages/
Package.pins
Package.resolved
# Carthage
Carthage/Build/
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
# APNS & Push Notification Keys
AuthKey_*.p8
apns-*.pem
*.p8.txt
push-cert-*.pem
# Android Development
*.apk
*.aab
*.ap_
*.dex
*.class
# Kotlin
*.kt~
*.kts~
# Android Build outputs
android/app/build/
android/build/
android/.gradle/
android/local.properties
android/gradle.properties
android/captures/
android/.externalNativeBuild/
android/.cxx/
android/app/release/
android/app/debug/
# Android Studio / IntelliJ IDEA
android/.idea/
android/*.iml
android/.gradle
android/build
android/captures
android/.externalNativeBuild
android/.cxx
android/.idea/caches/
android/.idea/modules.xml
android/.idea/workspace.xml
android/.idea/navEditor.xml
android/.idea/assetWizardSettings.xml
# Gradle
android/.gradle/
android/gradlew
android/gradlew.bat
android/gradle/wrapper/gradle-wrapper.jar
# Kotlin Multiplatform
android/shared/build/
android/composeApp/build/
# Keystore files
*.jks
*.keystore
android/app/*.jks
android/app/*.keystore
android/keystore.properties
# Jetpack Compose
android/.compose_deps/
android/app/build/compose_compiler/
android/compose-compiler-reports/
android/compose-metrics/
# Android Testing
android/app/build/outputs/androidTest-results/
android/app/build/outputs/unit_test_results/
android/build/reports/
android/app/build/reports/
# Firebase & Google Services
android/app/google-services.json
google-services.json
firebase-adminsdk-*.json
service-account-*.json
android/app/src/*/google-services.json
# FCM & Push Notification Keys
fcm-server-key.txt
firebase-service-account.json
android-firebase-config.json
# Android Auto-generated files
android/app/src/main/java/**/BuildConfig.java
android/app/src/main/java/**/R.java
# ProGuard/R8
android/app/proguard/
android/app/build/outputs/mapping/
android/app/build/outputs/proguard/
# React Native (if used)
android/app/src/main/assets/index.android.bundle
android/app/src/main/assets/index.android.bundle.meta
android/app/src/main/res/drawable-*
android/app/src/main/res/raw/
# Gradle Wrapper
android/gradle/wrapper/gradle-wrapper.properties
# Android Lint
android/lint-report.html
android/lint-report_files/
android/lint-results.xml
# Android NDK
android/obj/
android/libs/armeabi/
android/libs/armeabi-v7a/
android/libs/arm64-v8a/
android/libs/x86/
android/libs/x86_64/
# Demo/Test files
demo-devices.json
test-tokens.txt
.playwright-mcp