.gitignore 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Maven template
  3. target/
  4. **/target/
  5. pom.xml.tag
  6. pom.xml.releaseBackup
  7. pom.xml.versionsBackup
  8. pom.xml.next
  9. release.properties
  10. dependency-reduced-pom.xml
  11. buildNumber.properties
  12. .mvn/timing.properties
  13. .mvn/wrapper/maven-wrapper.jar
  14. ### Java template
  15. # Compiled class file
  16. *.class
  17. # Log file
  18. *.log
  19. # BlueJ files
  20. *.ctxt
  21. # Mobile Tools for Java (J2ME)
  22. .mtj.tmp/
  23. # Package Files #
  24. *.jar
  25. *.war
  26. *.nar
  27. *.ear
  28. *.zip
  29. *.tar.gz
  30. *.rar
  31. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  32. hs_err_pid*
  33. ### Example user template template
  34. ### Example user template
  35. # IntelliJ project files
  36. .idea
  37. /.idea/
  38. *.iml
  39. out
  40. gen
  41. ### macOS template
  42. # General
  43. .DS_Store
  44. .AppleDouble
  45. .LSOverride
  46. # Icon must end with two \result
  47. Icon
  48. # Thumbnails
  49. ._*
  50. # Files that might appear in the root of a volume
  51. .DocumentRevisions-V100
  52. .fseventsd
  53. .Spotlight-V100
  54. .TemporaryItems
  55. .Trashes
  56. .VolumeIcon.icns
  57. .com.apple.timemachine.donotpresent
  58. # Directories potentially created on remote AFP share
  59. .AppleDB
  60. .AppleDesktop
  61. Network Trash Folder
  62. Temporary Items
  63. .apdisk
  64. ### JetBrains template
  65. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  66. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  67. # User-specific stuff
  68. .idea/**/workspace.xml
  69. .idea/**/tasks.xml
  70. .idea/**/usage.statistics.xml
  71. .idea/**/dictionaries
  72. .idea/**/shelf
  73. # Generated files
  74. .idea/**/contentModel.xml
  75. # Sensitive or high-churn files
  76. .idea/**/dataSources/
  77. .idea/**/dataSources.ids
  78. .idea/**/dataSources.local.xml
  79. .idea/**/sqlDataSources.xml
  80. .idea/**/dynamic.xml
  81. .idea/**/uiDesigner.xml
  82. .idea/**/dbnavigator.xml
  83. # Gradle
  84. .idea/**/gradle.xml
  85. .idea/**/libraries
  86. # Gradle and Maven with auto-import
  87. # When using Gradle or Maven with auto-import, you should exclude module files,
  88. # since they will be recreated, and may cause churn. Uncomment if using
  89. # auto-import.
  90. # .idea/modules.xml
  91. # .idea/*.iml
  92. # .idea/modules
  93. # *.iml
  94. # *.ipr
  95. # CMake
  96. cmake-build-*/
  97. # Mongo Explorer plugin
  98. .idea/**/mongoSettings.xml
  99. # File-based project format
  100. *.iws
  101. # IntelliJ
  102. out/
  103. # mpeltonen/sbt-idea plugin
  104. .idea_modules/
  105. # JIRA plugin
  106. atlassian-ide-plugin.xml
  107. # Cursive Clojure plugin
  108. .idea/replstate.xml
  109. # Crashlytics plugin (for Android Studio and IntelliJ)
  110. com_crashlytics_export_strings.xml
  111. crashlytics.properties
  112. crashlytics-build.properties
  113. fabric.properties
  114. # Editor-based Rest Client
  115. .idea/httpRequests
  116. # Android studio 3.1+ serialized cache file
  117. .idea/caches/build_file_checksums.ser