.gitignore 2.3 KB

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