.gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Java template
  3. # Compiled class file
  4. *.class
  5. .idea
  6. *.iml
  7. # Log file
  8. *.log
  9. **/target
  10. # BlueJ files
  11. *.ctxt
  12. # Mobile Tools for Java (J2ME)
  13. .mtj.tmp/
  14. # Package Files #
  15. *.jar
  16. *.war
  17. *.nar
  18. *.ear
  19. *.zip
  20. *.tar.gz
  21. *.rar
  22. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  23. hs_err_pid*
  24. ### JetBrains template
  25. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  26. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  27. # User-specific stuff
  28. .idea/**/workspace.xml
  29. .idea/**/tasks.xml
  30. .idea/**/usage.statistics.xml
  31. .idea/**/dictionaries
  32. .idea/**/shelf
  33. # Generated files
  34. .idea/**/contentModel.xml
  35. # Sensitive or high-churn files
  36. .idea/**/dataSources/
  37. .idea/**/dataSources.ids
  38. .idea/**/dataSources.local.xml
  39. .idea/**/sqlDataSources.xml
  40. .idea/**/dynamic.xml
  41. .idea/**/uiDesigner.xml
  42. .idea/**/dbnavigator.xml
  43. # Gradle
  44. .idea/**/gradle.xml
  45. .idea/**/libraries
  46. # Gradle and Maven with auto-import
  47. # When using Gradle or Maven with auto-import, you should exclude module files,
  48. # since they will be recreated, and may cause churn. Uncomment if using
  49. # auto-import.
  50. # .idea/artifacts
  51. # .idea/compiler.xml
  52. # .idea/jarRepositories.xml
  53. # .idea/modules.xml
  54. # .idea/*.iml
  55. # .idea/modules
  56. # *.iml
  57. # *.ipr
  58. # CMake
  59. cmake-build-*/
  60. # Mongo Explorer plugin
  61. .idea/**/mongoSettings.xml
  62. # File-based project format
  63. *.iws
  64. # IntelliJ
  65. out/
  66. # mpeltonen/sbt-idea plugin
  67. .idea_modules/
  68. # JIRA plugin
  69. atlassian-ide-plugin.xml
  70. # Cursive Clojure plugin
  71. .idea/replstate.xml
  72. # Crashlytics plugin (for Android Studio and IntelliJ)
  73. com_crashlytics_export_strings.xml
  74. crashlytics.properties
  75. crashlytics-build.properties
  76. fabric.properties
  77. # Editor-based Rest Client
  78. .idea/httpRequests
  79. # Android studio 3.1+ serialized cache file
  80. .idea/caches/build_file_checksums.ser