|
@@ -89,8 +89,8 @@ fabric.properties
|
89
|
89
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
90
|
90
|
|
91
|
91
|
## Build generated
|
92
|
|
-ios/build/
|
93
|
|
-ios/DerivedData/
|
|
92
|
+lib/ios/build/
|
|
93
|
+lib/ios/DerivedData/
|
94
|
94
|
|
95
|
95
|
## Various settings
|
96
|
96
|
*.pbxuser
|
|
@@ -101,7 +101,7 @@ ios/DerivedData/
|
101
|
101
|
!default.mode2v3
|
102
|
102
|
*.perspectivev3
|
103
|
103
|
!default.perspectivev3
|
104
|
|
-ios/xcuserdata/
|
|
104
|
+lib/ios/xcuserdata/
|
105
|
105
|
|
106
|
106
|
## Other
|
107
|
107
|
*.moved-aside
|
|
@@ -119,7 +119,7 @@ ios/xcuserdata/
|
119
|
119
|
# you should judge for yourself, the pros and cons are mentioned at:
|
120
|
120
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
121
|
121
|
#
|
122
|
|
-ios/Pods/
|
|
122
|
+lib/ios/Pods/
|
123
|
123
|
|
124
|
124
|
# Carthage
|
125
|
125
|
#
|
|
@@ -153,28 +153,28 @@ fastlane/screenshots
|
153
|
153
|
*.class
|
154
|
154
|
|
155
|
155
|
# Generated files
|
156
|
|
-android/bin/
|
157
|
|
-android/gen/
|
158
|
|
-android/out/
|
|
156
|
+lib/android/bin/
|
|
157
|
+lib/android/gen/
|
|
158
|
+lib/android/out/
|
159
|
159
|
|
160
|
160
|
# Gradle files
|
161
|
|
-android/.gradle/
|
162
|
|
-android/build/
|
|
161
|
+lib/android/.gradle/
|
|
162
|
+lib/android/build/
|
163
|
163
|
|
164
|
164
|
# Local configuration file (sdk path, etc)
|
165
|
165
|
local.properties
|
166
|
166
|
|
167
|
167
|
# Proguard folder generated by Eclipse
|
168
|
|
-android/proguard/
|
|
168
|
+lib/android/proguard/
|
169
|
169
|
|
170
|
170
|
# Log Files
|
171
|
171
|
*.log
|
172
|
172
|
|
173
|
173
|
# Android Studio Navigation editor temp files
|
174
|
|
-android/.navigation/
|
|
174
|
+lib/android/.navigation/
|
175
|
175
|
|
176
|
176
|
# Android Studio captures folder
|
177
|
|
-android/captures/
|
|
177
|
+lib/android/captures/
|
178
|
178
|
|
179
|
179
|
# Intellij
|
180
|
180
|
*.iml
|
|
@@ -223,5 +223,5 @@ npm-debug.log
|
223
|
223
|
# BUCK
|
224
|
224
|
buck-out/
|
225
|
225
|
\.buckd/
|
226
|
|
-android/app/libs
|
227
|
|
-android/keystores/debug.keystore
|
|
226
|
+lib/android/app/libs
|
|
227
|
+lib/android/keystores/debug.keystore
|