基础库
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 

351 líneas
6.4 KiB

  1. # Created by https://www.gitignore.io/api/dart,swift,xcode,android,intellij,cocoapods,objective-c,androidstudio
  2. ### Android ###
  3. # Built application files
  4. *.apk
  5. *.ap_
  6. # Files for the ART/Dalvik VM
  7. *.dex
  8. # Java class files
  9. *.class
  10. # Generated files
  11. bin/
  12. gen/
  13. out/
  14. # Gradle files
  15. .gradle/
  16. build/
  17. # Local configuration file (sdk path, etc)
  18. local.properties
  19. # Proguard folder generated by Eclipse
  20. proguard/
  21. # Log Files
  22. *.log
  23. # Android Studio Navigation editor temp files
  24. .navigation/
  25. # Android Studio captures folder
  26. captures/
  27. # Intellij
  28. *.iml
  29. .idea/workspace.xml
  30. .idea/tasks.xml
  31. .idea/gradle.xml
  32. .idea/dictionaries
  33. .idea/libraries
  34. .idea/
  35. .dart_tool/
  36. # External native build folder generated in Android Studio 2.2 and later
  37. .externalNativeBuild
  38. # Freeline
  39. freeline.py
  40. freeline/
  41. freeline_project_description.json
  42. ### Android Patch ###
  43. gen-external-apklibs
  44. ### AndroidStudio ###
  45. # Covers files to be ignored for android development using Android Studio.
  46. # Built application files
  47. # Files for the ART/Dalvik VM
  48. # Java class files
  49. # Generated files
  50. # Gradle files
  51. .gradle
  52. # Signing files
  53. .signing/
  54. # Local configuration file (sdk path, etc)
  55. # Proguard folder generated by Eclipse
  56. # Log Files
  57. # Android Studio
  58. /*/build/
  59. /*/local.properties
  60. /*/out
  61. /*/*/build
  62. /*/*/production
  63. *.ipr
  64. *~
  65. *.swp
  66. # Android Patch
  67. # External native build folder generated in Android Studio 2.2 and later
  68. # NDK
  69. obj/
  70. # IntelliJ IDEA
  71. *.iws
  72. /out/
  73. # User-specific configurations
  74. .idea/libraries/
  75. .idea/.name
  76. .idea/compiler.xml
  77. .idea/copyright/profiles_settings.xml
  78. .idea/encodings.xml
  79. .idea/misc.xml
  80. .idea/modules.xml
  81. .idea/scopes/scope_settings.xml
  82. .idea/vcs.xml
  83. .idea/jsLibraryMappings.xml
  84. .idea/datasources.xml
  85. .idea/dataSources.ids
  86. .idea/sqlDataSources.xml
  87. .idea/dynamic.xml
  88. .idea/uiDesigner.xml
  89. # OS-specific files
  90. .DS_Store
  91. .DS_Store?
  92. ._*
  93. .Spotlight-V100
  94. .Trashes
  95. ehthumbs.db
  96. Thumbs.db
  97. # Legacy Eclipse project files
  98. .classpath
  99. .project
  100. # Mobile Tools for Java (J2ME)
  101. .mtj.tmp/
  102. # Package Files #
  103. *.war
  104. *.ear
  105. # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
  106. hs_err_pid*
  107. ## Plugin-specific files:
  108. # mpeltonen/sbt-idea plugin
  109. .idea_modules/
  110. # JIRA plugin
  111. atlassian-ide-plugin.xml
  112. # Mongo Explorer plugin
  113. .idea/mongoSettings.xml
  114. # Crashlytics plugin (for Android Studio and IntelliJ)
  115. com_crashlytics_export_strings.xml
  116. crashlytics.properties
  117. crashlytics-build.properties
  118. fabric.properties
  119. ### AndroidStudio Patch ###
  120. !/gradle/wrapper/gradle-wrapper.jar
  121. ### CocoaPods ###
  122. ## CocoaPods GitIgnore Template
  123. # CocoaPods - Only use to conserve bandwidth / Save time on Pushing
  124. # - Also handy if you have a lage number of dependant pods
  125. # - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGONRE THE LOCK FILE
  126. Pods/
  127. ### Dart ###
  128. # See https://www.dartlang.org/tools/private-files.html
  129. # Files and directories created by pub
  130. .packages
  131. .pub/
  132. # If you're building an application, you may want to check-in your pubspec.lock
  133. pubspec.lock
  134. # Directory created by dartdoc
  135. # If you don't generate documentation locally you can remove this line.
  136. doc/api/
  137. ### Intellij ###
  138. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  139. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  140. # User-specific stuff:
  141. .idea/**/workspace.xml
  142. .idea/**/tasks.xml
  143. # Sensitive or high-churn files:
  144. .idea/**/dataSources/
  145. .idea/**/dataSources.ids
  146. .idea/**/dataSources.xml
  147. .idea/**/dataSources.local.xml
  148. .idea/**/sqlDataSources.xml
  149. .idea/**/dynamic.xml
  150. .idea/**/uiDesigner.xml
  151. # Gradle:
  152. .idea/**/gradle.xml
  153. .idea/**/libraries
  154. # CMake
  155. cmake-build-debug/
  156. # Mongo Explorer plugin:
  157. .idea/**/mongoSettings.xml
  158. ## File-based project format:
  159. ## Plugin-specific files:
  160. # IntelliJ
  161. # mpeltonen/sbt-idea plugin
  162. # JIRA plugin
  163. # Cursive Clojure plugin
  164. .idea/replstate.xml
  165. # Crashlytics plugin (for Android Studio and IntelliJ)
  166. ### Intellij Patch ###
  167. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  168. # *.iml
  169. # modules.xml
  170. # .idea/misc.xml
  171. # *.ipr
  172. # Sonarlint plugin
  173. .idea/sonarlint
  174. ### Objective-C ###
  175. # Xcode
  176. #
  177. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  178. ## Build generated
  179. DerivedData/
  180. ## Various settings
  181. *.pbxuser
  182. !default.pbxuser
  183. *.mode1v3
  184. !default.mode1v3
  185. *.mode2v3
  186. !default.mode2v3
  187. *.perspectivev3
  188. !default.perspectivev3
  189. xcuserdata/
  190. ## Other
  191. *.moved-aside
  192. *.xccheckout
  193. *.xcscmblueprint
  194. ## Obj-C/Swift specific
  195. *.hmap
  196. *.ipa
  197. *.dSYM.zip
  198. *.dSYM
  199. # CocoaPods - Refactored to standalone file
  200. # Carthage - Refactored to standalone file
  201. # fastlane
  202. #
  203. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  204. # screenshots whenever they are needed.
  205. # For more information about the recommended setup visit:
  206. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  207. fastlane/report.xml
  208. fastlane/Preview.html
  209. fastlane/screenshots
  210. fastlane/test_output
  211. # Code Injection
  212. #
  213. # After new code Injection tools there's a generated folder /iOSInjectionProject
  214. # https://github.com/johnno1962/injectionforxcode
  215. iOSInjectionProject/
  216. ### Objective-C Patch ###
  217. ### Swift ###
  218. # Xcode
  219. #
  220. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  221. ## Build generated
  222. ## Various settings
  223. ## Other
  224. ## Obj-C/Swift specific
  225. ## Playgrounds
  226. timeline.xctimeline
  227. playground.xcworkspace
  228. # Swift Package Manager
  229. #
  230. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  231. # Packages/
  232. # Package.pins
  233. .build/
  234. # CocoaPods - Refactored to standalone file
  235. # Carthage - Refactored to standalone file
  236. # fastlane
  237. #
  238. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  239. # screenshots whenever they are needed.
  240. # For more information about the recommended setup visit:
  241. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  242. ### Xcode ###
  243. # Xcode
  244. #
  245. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  246. ## Build generated
  247. ## Various settings
  248. ## Other
  249. ### Xcode Patch ###
  250. *.xcodeproj/*
  251. !*.xcodeproj/project.pbxproj
  252. !*.xcodeproj/xcshareddata/
  253. !*.xcworkspace/contents.xcworkspacedata
  254. /*.gcno
  255. # Build files
  256. build/
  257. # End of https://www.gitignore.io/api/dart,swift,xcode,android,intellij,cocoapods,objective-c,androidstudio