.gitignore 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. Cache
  2. # Created by https://www.gitignore.io/api/java,intellij
  3. # Edit at https://www.gitignore.io/?templates=java,intellij
  4. ### Intellij ###
  5. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  6. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  7. # User-specific stuff
  8. .idea/**/workspace.xml
  9. .idea/**/tasks.xml
  10. .idea/**/usage.statistics.xml
  11. .idea/**/dictionaries
  12. .idea/**/shelf
  13. # Generated files
  14. .idea/**/contentModel.xml
  15. # Sensitive or high-churn files
  16. .idea/**/dataSources/
  17. .idea/**/dataSources.ids
  18. .idea/**/dataSources.local.xml
  19. .idea/**/sqlDataSources.xml
  20. .idea/**/dynamic.xml
  21. .idea/**/uiDesigner.xml
  22. .idea/**/dbnavigator.xml
  23. # Gradle
  24. .idea/**/gradle.xml
  25. .idea/**/libraries
  26. # Gradle and Maven with auto-import
  27. # When using Gradle or Maven with auto-import, you should exclude module files,
  28. # since they will be recreated, and may cause churn. Uncomment if using
  29. # auto-import.
  30. # .idea/modules.xml
  31. # .idea/*.iml
  32. # .idea/modules
  33. # *.iml
  34. # *.ipr
  35. # CMake
  36. cmake-build-*/
  37. # Mongo Explorer plugin
  38. .idea/**/mongoSettings.xml
  39. # File-based project format
  40. *.iws
  41. # IntelliJ
  42. out/
  43. # mpeltonen/sbt-idea plugin
  44. .idea_modules/
  45. # JIRA plugin
  46. atlassian-ide-plugin.xml
  47. # Cursive Clojure plugin
  48. .idea/replstate.xml
  49. # Crashlytics plugin (for Android Studio and IntelliJ)
  50. com_crashlytics_export_strings.xml
  51. crashlytics.properties
  52. crashlytics-build.properties
  53. fabric.properties
  54. # Editor-based Rest Client
  55. .idea/httpRequests
  56. # Android studio 3.1+ serialized cache file
  57. .idea/caches/build_file_checksums.ser
  58. ### Intellij Patch ###
  59. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  60. # *.iml
  61. # modules.xml
  62. # .idea/misc.xml
  63. # *.ipr
  64. # Sonarlint plugin
  65. .idea/**/sonarlint/
  66. # SonarQube Plugin
  67. .idea/**/sonarIssues.xml
  68. # Markdown Navigator plugin
  69. .idea/**/markdown-navigator.xml
  70. .idea/**/markdown-navigator/
  71. ### Java ###
  72. # Compiled class file
  73. *.class
  74. # Log file
  75. *.log
  76. # BlueJ files
  77. *.ctxt
  78. # Mobile Tools for Java (J2ME)
  79. .mtj.tmp/
  80. # Package Files #
  81. *.jar
  82. *.war
  83. *.nar
  84. *.ear
  85. *.zip
  86. *.tar.gz
  87. *.rar
  88. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  89. hs_err_pid*
  90. # End of https://www.gitignore.io/api/java,intellij
  91. target/
  92. pom.xml.tag
  93. pom.xml.releaseBackup
  94. pom.xml.versionsBackup
  95. pom.xml.next
  96. release.properties
  97. dependency-reduced-pom.xml
  98. buildNumber.properties
  99. .mvn/timing.properties
  100. .mvn/wrapper/maven-wrapper.jar
  101. .flattened-pom.xml
  102. .DS_Store