chore: upgrade react native (#2018)
This commit is contained in:
10
packages/mobile/.gitignore
vendored
10
packages/mobile/.gitignore
vendored
@@ -20,6 +20,7 @@ DerivedData
|
||||
*.hmap
|
||||
*.ipa
|
||||
*.xcuserstate
|
||||
ios/.xcode.env.local
|
||||
|
||||
.env
|
||||
|
||||
@@ -31,6 +32,7 @@ build/
|
||||
local.properties
|
||||
*.iml
|
||||
*.hprof
|
||||
.cxx/
|
||||
|
||||
# node.js
|
||||
#
|
||||
@@ -62,9 +64,10 @@ ios-release.bundle.map
|
||||
# For more information about the recommended setup visit:
|
||||
# https://docs.fastlane.tools/best-practices/source-control/
|
||||
|
||||
*/fastlane/report.xml
|
||||
*/fastlane/Preview.html
|
||||
*/fastlane/screenshots
|
||||
**/fastlane/report.xml
|
||||
**/fastlane/Preview.html
|
||||
**/fastlane/screenshots
|
||||
**/fastlane/test_output
|
||||
|
||||
# Bundle artifact
|
||||
*.jsbundle
|
||||
@@ -72,6 +75,7 @@ ios-release.bundle.map
|
||||
# CocoaPods
|
||||
/ios/Pods/
|
||||
/ios/StandardNotes.xcodeproj/project.xcworkspace
|
||||
/vendor/bundle/
|
||||
|
||||
# HProf
|
||||
/android/*.hprof
|
||||
|
||||
Reference in New Issue
Block a user