react-native-navigation的迁移库

.npmignore 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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. ios/build/
  68. 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. 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. 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. android/bin/
  119. android/gen/
  120. android/out/
  121. # Gradle files
  122. android/.gradle/
  123. android/build/
  124. # Local configuration file (sdk path, etc)
  125. local.properties
  126. # Proguard folder generated by Eclipse
  127. android/proguard/
  128. # Log Files
  129. *.log
  130. # Android Studio Navigation editor temp files
  131. android/.navigation/
  132. # Android Studio captures folder
  133. android/captures/
  134. # Intellij
  135. *.iml
  136. # Keystore files
  137. *.jks
  138. ##################
  139. # React-Native
  140. ##################
  141. # OSX
  142. #
  143. .DS_Store
  144. # Xcode
  145. #
  146. build/
  147. *.pbxuser
  148. !default.pbxuser
  149. *.mode1v3
  150. !default.mode1v3
  151. *.mode2v3
  152. !default.mode2v3
  153. *.perspectivev3
  154. !default.perspectivev3
  155. xcuserdata
  156. *.xccheckout
  157. *.moved-aside
  158. DerivedData
  159. *.hmap
  160. *.ipa
  161. *.xcuserstate
  162. project.xcworkspace
  163. # Android/IJ
  164. #
  165. .idea
  166. .gradle
  167. local.properties
  168. # node.js
  169. #
  170. node_modules/
  171. npm-debug.log
  172. # BUCK
  173. buck-out/
  174. \.buckd/
  175. android/app/libs
  176. android/keystores/debug.keystore