react-native-navigation的迁移库

.npmignore 3.2KB

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