You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.npmignore 3.3KB

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