react-native-navigation的迁移库

.gitignore 3.2KB

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