.gitignore 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Gradle template
  3. .gradle
  4. /build/
  5. # Ignore Gradle GUI config
  6. gradle-app.setting
  7. # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
  8. !gradle-wrapper.jar
  9. # Cache of project
  10. .gradletasknamecache
  11. # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
  12. # gradle/wrapper/gradle-wrapper.properties
  13. ### Java template
  14. # Compiled class file
  15. *.class
  16. # Log file
  17. *.log
  18. # BlueJ files
  19. *.ctxt
  20. # Mobile Tools for Java (J2ME)
  21. .mtj.tmp/
  22. # Package Files #
  23. *.jar
  24. *.war
  25. *.nar
  26. *.ear
  27. *.zip
  28. *.tar.gz
  29. *.rar
  30. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  31. hs_err_pid*
  32. ### JetBrains template
  33. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  34. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  35. # User-specific stuff
  36. .idea/**/workspace.xml
  37. .idea/**/tasks.xml
  38. .idea/**/usage.statistics.xml
  39. .idea/**/dictionaries
  40. .idea/**/shelf
  41. .idea/
  42. # Sensitive or high-churn files
  43. .idea/**/dataSources/
  44. .idea/**/dataSources.ids
  45. .idea/**/dataSources.local.xml
  46. .idea/**/sqlDataSources.xml
  47. .idea/**/dynamic.xml
  48. .idea/**/uiDesigner.xml
  49. .idea/**/dbnavigator.xml
  50. # Gradle
  51. .idea/**/gradle.xml
  52. .idea/**/libraries
  53. # Gradle and Maven with auto-import
  54. # When using Gradle or Maven with auto-import, you should exclude module files,
  55. # since they will be recreated, and may cause churn. Uncomment if using
  56. # auto-import.
  57. # .idea/modules.xml
  58. # .idea/*.iml
  59. # .idea/modules
  60. # CMake
  61. cmake-build-*/
  62. # Mongo Explorer plugin
  63. .idea/**/mongoSettings.xml
  64. # File-based project format
  65. *.iws
  66. # IntelliJ
  67. out/
  68. # mpeltonen/sbt-idea plugin
  69. .idea_modules/
  70. # JIRA plugin
  71. atlassian-ide-plugin.xml
  72. # Cursive Clojure plugin
  73. .idea/replstate.xml
  74. # Crashlytics plugin (for Android Studio and IntelliJ)
  75. com_crashlytics_export_strings.xml
  76. crashlytics.properties
  77. crashlytics-build.properties
  78. fabric.properties
  79. # Editor-based Rest Client
  80. .idea/httpRequests
  81. ### Windows template
  82. # Windows thumbnail cache files
  83. Thumbs.db
  84. ehthumbs.db
  85. ehthumbs_vista.db
  86. # Dump file
  87. *.stackdump
  88. # Folder config file
  89. [Dd]esktop.ini
  90. # Recycle Bin used on file shares
  91. $RECYCLE.BIN/
  92. # Windows Installer files
  93. *.cab
  94. *.msi
  95. *.msix
  96. *.msm
  97. *.msp
  98. # Windows shortcuts
  99. *.lnk
  100. ### Maven template
  101. target/
  102. pom.xml.tag
  103. pom.xml.releaseBackup
  104. pom.xml.versionsBackup
  105. pom.xml.next
  106. release.properties
  107. dependency-reduced-pom.xml
  108. buildNumber.properties
  109. .mvn/timing.properties
  110. .mvn/wrapper/maven-wrapper.jar
  111. ### Kotlin template
  112. # Compiled class file
  113. *.class
  114. # Log file
  115. *.log
  116. # BlueJ files
  117. *.ctxt
  118. # Mobile Tools for Java (J2ME)
  119. .mtj.tmp/
  120. # Package Files #
  121. *.jar
  122. *.war
  123. *.nar
  124. *.ear
  125. *.zip
  126. *.tar.gz
  127. *.rar
  128. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  129. hs_err_pid*
  130. ### Linux template
  131. *~
  132. # temporary files which can be created if a process still has a handle open of a deleted file
  133. .fuse_hidden*
  134. # KDE directory preferences
  135. .directory
  136. # Linux trash folder which might appear on any partition or disk
  137. .Trash-*
  138. # .nfs files are created when an open file is removed but is still being accessed
  139. .nfs*
  140. ### Eclipse template
  141. .metadata
  142. bin/
  143. tmp/
  144. *.tmp
  145. *.bak
  146. *.swp
  147. *~.nib
  148. local.properties
  149. .settings/
  150. .loadpath
  151. .recommenders
  152. # External tool builders
  153. .externalToolBuilders/
  154. # Locally stored "Eclipse launch configurations"
  155. *.launch
  156. # PyDev specific (Python IDE for Eclipse)
  157. *.pydevproject
  158. # CDT-specific (C/C++ Development Tooling)
  159. .cproject
  160. # CDT- autotools
  161. .autotools
  162. # Java annotation processor (APT)
  163. .factorypath
  164. # PDT-specific (PHP Development Tools)
  165. .buildpath
  166. # sbteclipse plugin
  167. .target
  168. # Tern plugin
  169. .tern-project
  170. # TeXlipse plugin
  171. .texlipse
  172. # STS (Spring Tool Suite)
  173. .springBeans
  174. # Code Recommenders
  175. .recommenders/
  176. # Annotation Processing
  177. .apt_generated/
  178. # Scala IDE specific (Scala & Java development for Eclipse)
  179. .cache-main
  180. .scala_dependencies
  181. .worksheet
  182. ### VisualStudioCode template
  183. .vscode/*
  184. !.vscode/settings.json
  185. !.vscode/tasks.json
  186. !.vscode/launch.json
  187. !.vscode/extensions.json
  188. ### NetBeans template
  189. nbproject/private/
  190. build/
  191. nbbuild/
  192. dist/
  193. nbdist/
  194. .nb-gradle/
  195. ### macOS template
  196. # General
  197. .DS_Store
  198. .AppleDouble
  199. .LSOverride
  200. # Icon must end with two \r
  201. Icon
  202. # Thumbnails
  203. ._*
  204. # Files that might appear in the root of a volume
  205. .DocumentRevisions-V100
  206. .fseventsd
  207. .Spotlight-V100
  208. .TemporaryItems
  209. .Trashes
  210. .VolumeIcon.icns
  211. .com.apple.timemachine.donotpresent
  212. # Directories potentially created on remote AFP share
  213. .AppleDB
  214. .AppleDesktop
  215. Network Trash Folder
  216. Temporary Items
  217. .apdisk