.gitignore 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. # Created by https://www.toptal.com/developers/gitignore/api/kotlin,intellij+all,intellij+iml,java,maven
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=kotlin,intellij+all,intellij+iml,java,maven
  3. ### Intellij+all ###
  4. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  5. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  6. # User-specific stuff
  7. .idea/**/workspace.xml
  8. .idea/**/tasks.xml
  9. .idea/**/usage.statistics.xml
  10. .idea/**/dictionaries
  11. .idea/**/shelf
  12. # AWS User-specific
  13. .idea/**/aws.xml
  14. # Generated files
  15. .idea/**/contentModel.xml
  16. # Sensitive or high-churn files
  17. .idea/**/dataSources/
  18. .idea/**/dataSources.ids
  19. .idea/**/dataSources.local.xml
  20. .idea/**/sqlDataSources.xml
  21. .idea/**/dynamic.xml
  22. .idea/**/uiDesigner.xml
  23. .idea/**/dbnavigator.xml
  24. # Gradle
  25. .idea/**/gradle.xml
  26. .idea/**/libraries
  27. # Gradle and Maven with auto-import
  28. # When using Gradle or Maven with auto-import, you should exclude module files,
  29. # since they will be recreated, and may cause churn. Uncomment if using
  30. # auto-import.
  31. # .idea/artifacts
  32. # .idea/compiler.xml
  33. # .idea/jarRepositories.xml
  34. # .idea/modules.xml
  35. # .idea/*.iml
  36. # .idea/modules
  37. # *.iml
  38. # *.ipr
  39. # CMake
  40. cmake-build-*/
  41. # Mongo Explorer plugin
  42. .idea/**/mongoSettings.xml
  43. # File-based project format
  44. *.iws
  45. # IntelliJ
  46. out/
  47. # mpeltonen/sbt-idea plugin
  48. .idea_modules/
  49. # JIRA plugin
  50. atlassian-ide-plugin.xml
  51. # Cursive Clojure plugin
  52. .idea/replstate.xml
  53. # SonarLint plugin
  54. .idea/sonarlint/
  55. # Crashlytics plugin (for Android Studio and IntelliJ)
  56. com_crashlytics_export_strings.xml
  57. crashlytics.properties
  58. crashlytics-build.properties
  59. fabric.properties
  60. # Editor-based Rest Client
  61. .idea/httpRequests
  62. # Android studio 3.1+ serialized cache file
  63. .idea/caches/build_file_checksums.ser
  64. ### Intellij+all Patch ###
  65. # Ignore everything but code style settings and run configurations
  66. # that are supposed to be shared within teams.
  67. .idea/*
  68. !.idea/codeStyles
  69. !.idea/runConfigurations
  70. ### Intellij+iml ###
  71. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  72. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  73. # User-specific stuff
  74. # AWS User-specific
  75. # Generated files
  76. # Sensitive or high-churn files
  77. # Gradle
  78. # Gradle and Maven with auto-import
  79. # When using Gradle or Maven with auto-import, you should exclude module files,
  80. # since they will be recreated, and may cause churn. Uncomment if using
  81. # auto-import.
  82. # .idea/artifacts
  83. # .idea/compiler.xml
  84. # .idea/jarRepositories.xml
  85. # .idea/modules.xml
  86. # .idea/*.iml
  87. # .idea/modules
  88. # *.iml
  89. # *.ipr
  90. # CMake
  91. # Mongo Explorer plugin
  92. # File-based project format
  93. # IntelliJ
  94. # mpeltonen/sbt-idea plugin
  95. # JIRA plugin
  96. # Cursive Clojure plugin
  97. # SonarLint plugin
  98. # Crashlytics plugin (for Android Studio and IntelliJ)
  99. # Editor-based Rest Client
  100. # Android studio 3.1+ serialized cache file
  101. ### Intellij+iml Patch ###
  102. # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
  103. *.iml
  104. modules.xml
  105. .idea/misc.xml
  106. *.ipr
  107. ### Java ###
  108. # Compiled class file
  109. *.class
  110. # Log file
  111. *.log
  112. # BlueJ files
  113. *.ctxt
  114. # Mobile Tools for Java (J2ME)
  115. .mtj.tmp/
  116. # Package Files #
  117. *.jar
  118. *.war
  119. *.nar
  120. *.ear
  121. *.zip
  122. *.tar.gz
  123. *.rar
  124. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  125. hs_err_pid*
  126. replay_pid*
  127. ### Kotlin ###
  128. # Compiled class file
  129. # Log file
  130. # BlueJ files
  131. # Mobile Tools for Java (J2ME)
  132. # Package Files #
  133. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  134. ### Maven ###
  135. target/
  136. pom.xml.tag
  137. pom.xml.releaseBackup
  138. pom.xml.versionsBackup
  139. pom.xml.next
  140. release.properties
  141. dependency-reduced-pom.xml
  142. buildNumber.properties
  143. .mvn/timing.properties
  144. # https://github.com/takari/maven-wrapper#usage-without-binary-jar
  145. .mvn/wrapper/maven-wrapper.jar
  146. # Eclipse m2e generated files
  147. # Eclipse Core
  148. .project
  149. # JDT-specific (Eclipse Java Development Tools)
  150. .classpath
  151. # End of https://www.toptal.com/developers/gitignore/api/kotlin,intellij+all,intellij+iml,java,maven