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