react-native-navigation的迁移库

.npmignore 3.4KB

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