mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 13:23:12 +08:00 
			
		
		
		
	update example to 0.71.1
This commit is contained in:
		
							
								
								
									
										20
									
								
								Example/testHotUpdate/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								Example/testHotUpdate/.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -20,6 +20,7 @@ DerivedData | ||||
| *.hmap | ||||
| *.ipa | ||||
| *.xcuserstate | ||||
| ios/.xcode.env.local | ||||
|  | ||||
| # Android/IntelliJ | ||||
| # | ||||
| @@ -29,6 +30,9 @@ build/ | ||||
| local.properties | ||||
| *.iml | ||||
| *.hprof | ||||
| .cxx/ | ||||
| *.keystore | ||||
| !debug.keystore | ||||
|  | ||||
| # node.js | ||||
| # | ||||
| @@ -36,12 +40,6 @@ node_modules/ | ||||
| npm-debug.log | ||||
| yarn-error.log | ||||
|  | ||||
| # BUCK | ||||
| buck-out/ | ||||
| \.buckd/ | ||||
| *.keystore | ||||
| !debug.keystore | ||||
|  | ||||
| # fastlane | ||||
| # | ||||
| # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the | ||||
| @@ -49,9 +47,10 @@ buck-out/ | ||||
| # 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 | ||||
| @@ -59,3 +58,6 @@ buck-out/ | ||||
| # Ruby / CocoaPods | ||||
| /ios/Pods/ | ||||
| /vendor/bundle/ | ||||
|  | ||||
| # Temporary files created by Metro to check the health of the file watcher | ||||
| .metro-health-check* | ||||
		Reference in New Issue
	
	Block a user
	 sunnylqm
					sunnylqm