react-native-navigation的迁移库

.npmignore 3.2KB

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