.gitignore 4.6 KB

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