基础组件库
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

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