react-native-navigation的迁移库

.npmignore 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. AndroidE2E/
  2. coverage/
  3. e2e/
  4. integration/
  5. playground/
  6. scripts/
  7. website/
  8. .travis.yml
  9. wallaby.js
  10. package-lock.json
  11. #################
  12. # from .gitignore:
  13. ################
  14. ############
  15. # Node
  16. ############
  17. # Logs
  18. logs
  19. *.log
  20. npm-debug.log*
  21. # Runtime data
  22. pids
  23. *.pid
  24. *.seed
  25. # Directory for instrumented libs generated by jscoverage/JSCover
  26. lib-cov
  27. # Coverage directory used by tools like istanbul
  28. coverage
  29. # nyc test coverage
  30. .nyc_output
  31. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  32. .grunt
  33. # node-waf configuration
  34. .lock-wscript
  35. # Compiled binary addons (http://nodejs.org/api/addons.html)
  36. build/Release
  37. # Dependency directories
  38. node_modules
  39. jspm_packages
  40. # Optional npm cache directory
  41. .npm
  42. # Optional REPL history
  43. .node_repl_history
  44. ################
  45. # JetBrains
  46. ################
  47. .idea
  48. ## File-based project format:
  49. *.iws
  50. ## Plugin-specific files:
  51. # IntelliJ
  52. /out/
  53. # mpeltonen/sbt-idea plugin
  54. .idea_modules/
  55. # JIRA plugin
  56. atlassian-ide-plugin.xml
  57. # Crashlytics plugin (for Android Studio and IntelliJ)
  58. com_crashlytics_export_strings.xml
  59. crashlytics.properties
  60. crashlytics-build.properties
  61. fabric.properties
  62. ############
  63. # iOS
  64. ############
  65. # Xcode
  66. #
  67. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  68. ## Build generated
  69. lib/ios/build/
  70. lib/ios/DerivedData/
  71. ## Various settings
  72. *.pbxuser
  73. !default.pbxuser
  74. *.mode1v3
  75. !default.mode1v3
  76. *.mode2v3
  77. !default.mode2v3
  78. *.perspectivev3
  79. !default.perspectivev3
  80. lib/ios/xcuserdata/
  81. ## Other
  82. *.moved-aside
  83. *.xcuserstate
  84. .github/
  85. docs/
  86. ## Obj-C/Swift specific
  87. *.hmap
  88. *.ipa
  89. *.dSYM.zip
  90. *.dSYM
  91. # CocoaPods
  92. #
  93. # We recommend against adding the Pods directory to your .gitignore. However
  94. # you should judge for yourself, the pros and cons are mentioned at:
  95. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  96. #
  97. lib/ios/Pods/
  98. # Carthage
  99. #
  100. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  101. # Carthage/Checkouts
  102. Carthage/Build
  103. # fastlane
  104. #
  105. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  106. # screenshots whenever they are needed.
  107. # For more information about the recommended setup visit:
  108. # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
  109. fastlane/report.xml
  110. fastlane/screenshots
  111. ############
  112. # Android
  113. ############
  114. # Built application files
  115. *.apk
  116. *.ap_
  117. # Files for the Dalvik VM
  118. *.dex
  119. # Java class files
  120. *.class
  121. # Generated files
  122. lib/android/bin/
  123. lib/android/gen/
  124. lib/android/out/
  125. # Gradle files
  126. lib/android/.gradle/
  127. lib/android/build/
  128. lib/android/app/build/
  129. # Local configuration file (sdk path, etc)
  130. local.properties
  131. # Proguard folder generated by Eclipse
  132. lib/android/proguard/
  133. # Log Files
  134. *.log
  135. # Android Studio Navigation editor temp files
  136. lib/android/.navigation/
  137. # Android Studio captures folder
  138. lib/android/captures/
  139. # Intellij
  140. *.iml
  141. # Keystore files
  142. *.jks
  143. ##################
  144. # React-Native
  145. ##################
  146. # OSX
  147. #
  148. .DS_Store
  149. # Xcode
  150. #
  151. build/
  152. *.pbxuser
  153. !default.pbxuser
  154. *.mode1v3
  155. !default.mode1v3
  156. *.mode2v3
  157. !default.mode2v3
  158. *.perspectivev3
  159. !default.perspectivev3
  160. xcuserdata
  161. *.xccheckout
  162. *.moved-aside
  163. DerivedData
  164. *.hmap
  165. *.ipa
  166. *.xcuserstate
  167. project.xcworkspace
  168. # Android/IJ
  169. #
  170. .idea
  171. .gradle
  172. local.properties
  173. # node.js
  174. #
  175. node_modules/
  176. npm-debug.log
  177. # BUCK
  178. buck-out/
  179. \.buckd/
  180. lib/android/app/libs
  181. lib/android/keystores/debug.keystore