1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
react-native-pushy/Example/testHotUpdate/.gitignore

64 lines
976 B
Plaintext
Raw Normal View History

2016-02-23 19:51:58 +08:00
# OSX
#
.DS_Store
# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
2023-01-26 22:23:37 +08:00
ios/.xcode.env.local
2016-02-23 19:51:58 +08:00
2019-10-04 18:38:54 +08:00
# Android/IntelliJ
2016-02-23 19:51:58 +08:00
#
2023-02-19 21:14:03 +08:00
release/
2019-10-04 18:38:54 +08:00
build/
2016-02-23 19:51:58 +08:00
.idea
.gradle
local.properties
2019-10-04 18:38:54 +08:00
*.iml
2022-06-01 16:43:43 +08:00
*.hprof
2023-01-26 22:23:37 +08:00
.cxx/
*.keystore
!debug.keystore
2016-02-23 19:51:58 +08:00
# node.js
#
node_modules/
npm-debug.log
2019-10-04 18:38:54 +08:00
yarn-error.log
# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/
2023-01-26 22:23:37 +08:00
**/fastlane/report.xml
**/fastlane/Preview.html
**/fastlane/screenshots
**/fastlane/test_output
2019-10-04 18:38:54 +08:00
# Bundle artifact
*.jsbundle
2022-06-01 16:43:43 +08:00
# Ruby / CocoaPods
2019-10-04 18:38:54 +08:00
/ios/Pods/
2022-06-01 16:43:43 +08:00
/vendor/bundle/
2023-01-26 22:23:37 +08:00
# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*