.gitignore 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. /build
  2. ### Android template
  3. # Built application files
  4. *.apk
  5. *.aar
  6. *.ap_
  7. *.aab
  8. # Files for the ART/Dalvik VM
  9. *.dex
  10. # Java class files
  11. *.class
  12. # Generated files
  13. bin/
  14. gen/
  15. out/
  16. # Uncomment the following line in case you need and you don't have the release build type files in your app
  17. # release/
  18. # Gradle files
  19. .gradle/
  20. build/
  21. # Local configuration file (sdk path, etc)
  22. local.properties
  23. # Proguard folder generated by Eclipse
  24. proguard/
  25. # Log Files
  26. *.log
  27. # Android Studio Navigation editor temp files
  28. .navigation/
  29. # Android Studio captures folder
  30. captures/
  31. # IntelliJ
  32. *.iml
  33. .idea/workspace.xml
  34. .idea/tasks.xml
  35. .idea/gradle.xml
  36. .idea/assetWizardSettings.xml
  37. .idea/dictionaries
  38. .idea/libraries
  39. # Android Studio 3 in .gitignore file.
  40. .idea/caches
  41. .idea/modules.xml
  42. # Comment next line if keeping position of elements in Navigation Editor is relevant for you
  43. .idea/navEditor.xml
  44. # Keystore files
  45. # Uncomment the following lines if you do not want to check your keystore files in.
  46. #*.jks
  47. #*.keystore
  48. # External native build folder generated in Android Studio 2.2 and later
  49. .externalNativeBuild
  50. .cxx/
  51. # Google Services (e.g. APIs or Firebase)
  52. # google-services.json
  53. # Freeline
  54. freeline.py
  55. freeline/
  56. freeline_project_description.json
  57. # fastlane
  58. fastlane/report.xml
  59. fastlane/Preview.html
  60. fastlane/screenshots
  61. fastlane/test_output
  62. fastlane/readme.md
  63. # Version control
  64. vcs.xml
  65. # lint
  66. lint/intermediates/
  67. lint/generated/
  68. lint/outputs/
  69. lint/tmp/
  70. # lint/reports/
  71. # Android Profiling
  72. *.hprof
  73. ### Kotlin template
  74. # Compiled class file
  75. *.class
  76. # Log file
  77. *.log
  78. # BlueJ files
  79. *.ctxt
  80. # Mobile Tools for Java (J2ME)
  81. .mtj.tmp/
  82. # Package Files #
  83. *.jar
  84. *.war
  85. *.nar
  86. *.ear
  87. *.zip
  88. *.tar.gz
  89. *.rar
  90. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  91. hs_err_pid*
  92. ### Kotlin template
  93. # Compiled class file
  94. *.class
  95. # Log file
  96. *.log
  97. # BlueJ files
  98. *.ctxt
  99. # Mobile Tools for Java (J2ME)
  100. .mtj.tmp/
  101. # Package Files #
  102. *.jar
  103. *.war
  104. *.nar
  105. *.ear
  106. *.zip
  107. *.tar.gz
  108. *.rar
  109. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  110. hs_err_pid*
  111. ### JetBrains template
  112. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  113. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  114. # User-specific stuff
  115. .idea/**/workspace.xml
  116. .idea/**/tasks.xml
  117. .idea/**/usage.statistics.xml
  118. .idea/**/dictionaries
  119. .idea/**/shelf
  120. # Generated files
  121. .idea/**/contentModel.xml
  122. # Sensitive or high-churn files
  123. .idea/**/dataSources/
  124. .idea/**/dataSources.ids
  125. .idea/**/dataSources.local.xml
  126. .idea/**/sqlDataSources.xml
  127. .idea/**/dynamic.xml
  128. .idea/**/uiDesigner.xml
  129. .idea/**/dbnavigator.xml
  130. # Gradle
  131. .idea/**/gradle.xml
  132. .idea/**/libraries
  133. # Gradle and Maven with auto-import
  134. # When using Gradle or Maven with auto-import, you should exclude module files,
  135. # since they will be recreated, and may cause churn. Uncomment if using
  136. # auto-import.
  137. # .idea/artifacts
  138. # .idea/compiler.xml
  139. # .idea/jarRepositories.xml
  140. # .idea/modules.xml
  141. # .idea/*.iml
  142. # .idea/modules
  143. # *.iml
  144. # *.ipr
  145. # CMake
  146. cmake-build-*/
  147. # Mongo Explorer plugin
  148. .idea/**/mongoSettings.xml
  149. # File-based project format
  150. *.iws
  151. # IntelliJ
  152. out/
  153. # mpeltonen/sbt-idea plugin
  154. .idea_modules/
  155. # JIRA plugin
  156. atlassian-ide-plugin.xml
  157. # Cursive Clojure plugin
  158. .idea/replstate.xml
  159. # Crashlytics plugin (for Android Studio and IntelliJ)
  160. com_crashlytics_export_strings.xml
  161. crashlytics.properties
  162. crashlytics-build.properties
  163. fabric.properties
  164. # Editor-based Rest Client
  165. .idea/httpRequests
  166. # Android studio 3.1+ serialized cache file
  167. .idea/caches/build_file_checksums.ser
  168. ### JetBrains template
  169. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  170. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  171. # User-specific stuff
  172. .idea/**/workspace.xml
  173. .idea/**/tasks.xml
  174. .idea/**/usage.statistics.xml
  175. .idea/**/dictionaries
  176. .idea/**/shelf
  177. # Generated files
  178. .idea/**/contentModel.xml
  179. # Sensitive or high-churn files
  180. .idea/**/dataSources/
  181. .idea/**/dataSources.ids
  182. .idea/**/dataSources.local.xml
  183. .idea/**/sqlDataSources.xml
  184. .idea/**/dynamic.xml
  185. .idea/**/uiDesigner.xml
  186. .idea/**/dbnavigator.xml
  187. # Gradle
  188. .idea/**/gradle.xml
  189. .idea/**/libraries
  190. # Gradle and Maven with auto-import
  191. # When using Gradle or Maven with auto-import, you should exclude module files,
  192. # since they will be recreated, and may cause churn. Uncomment if using
  193. # auto-import.
  194. # .idea/artifacts
  195. # .idea/compiler.xml
  196. # .idea/jarRepositories.xml
  197. # .idea/modules.xml
  198. # .idea/*.iml
  199. # .idea/modules
  200. # *.iml
  201. # *.ipr
  202. # CMake
  203. cmake-build-*/
  204. # Mongo Explorer plugin
  205. .idea/**/mongoSettings.xml
  206. # File-based project format
  207. *.iws
  208. # IntelliJ
  209. out/
  210. # mpeltonen/sbt-idea plugin
  211. .idea_modules/
  212. # JIRA plugin
  213. atlassian-ide-plugin.xml
  214. # Cursive Clojure plugin
  215. .idea/replstate.xml
  216. # Crashlytics plugin (for Android Studio and IntelliJ)
  217. com_crashlytics_export_strings.xml
  218. crashlytics.properties
  219. crashlytics-build.properties
  220. fabric.properties
  221. # Editor-based Rest Client
  222. .idea/httpRequests
  223. # Android studio 3.1+ serialized cache file
  224. .idea/caches/build_file_checksums.ser