react-native-navigation的迁移库

.npmignore 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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. .github/
  84. docs/
  85. ## Obj-C/Swift specific
  86. *.hmap
  87. *.ipa
  88. *.dSYM.zip
  89. *.dSYM
  90. # CocoaPods
  91. #
  92. # We recommend against adding the Pods directory to your .gitignore. However
  93. # you should judge for yourself, the pros and cons are mentioned at:
  94. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  95. #
  96. lib/ios/Pods/
  97. # Carthage
  98. #
  99. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  100. # Carthage/Checkouts
  101. Carthage/Build
  102. # fastlane
  103. #
  104. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  105. # screenshots whenever they are needed.
  106. # For more information about the recommended setup visit:
  107. # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
  108. fastlane/report.xml
  109. fastlane/screenshots
  110. ############
  111. # Android
  112. ############
  113. # Built application files
  114. *.apk
  115. *.ap_
  116. # Files for the Dalvik VM
  117. *.dex
  118. # Java class files
  119. *.class
  120. # Generated files
  121. lib/android/bin/
  122. lib/android/gen/
  123. lib/android/out/
  124. # Gradle files
  125. lib/android/.gradle/
  126. lib/android/build/
  127. lib/android/app/build/
  128. # Local configuration file (sdk path, etc)
  129. local.properties
  130. # Proguard folder generated by Eclipse
  131. lib/android/proguard/
  132. # Log Files
  133. *.log
  134. # Android Studio Navigation editor temp files
  135. lib/android/.navigation/
  136. # Android Studio captures folder
  137. lib/android/captures/
  138. # Intellij
  139. *.iml
  140. # Keystore files
  141. *.jks
  142. ##################
  143. # React-Native
  144. ##################
  145. # OSX
  146. #
  147. .DS_Store
  148. # Xcode
  149. #
  150. build/
  151. *.pbxuser
  152. !default.pbxuser
  153. *.mode1v3
  154. !default.mode1v3
  155. *.mode2v3
  156. !default.mode2v3
  157. *.perspectivev3
  158. !default.perspectivev3
  159. xcuserdata
  160. *.xccheckout
  161. *.moved-aside
  162. DerivedData
  163. *.hmap
  164. *.ipa
  165. *.xcuserstate
  166. project.xcworkspace
  167. # Android/IJ
  168. #
  169. .idea
  170. .gradle
  171. local.properties
  172. # node.js
  173. #
  174. node_modules/
  175. npm-debug.log
  176. # BUCK
  177. buck-out/
  178. \.buckd/
  179. lib/android/app/libs
  180. lib/android/keystores/debug.keystore