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