.gitignore 2.1 KB

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