.gitignore 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. ### JetBrains template
  15. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  16. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  17. # User-specific stuff
  18. .idea/**/workspace.xml
  19. .idea/**/tasks.xml
  20. .idea/**/usage.statistics.xml
  21. .idea/**/dictionaries
  22. .idea/**/shelf
  23. # Generated files
  24. .idea/**/contentModel.xml
  25. # Sensitive or high-churn files
  26. .idea/**/dataSources/
  27. .idea/**/dataSources.ids
  28. .idea/**/dataSources.local.xml
  29. .idea/**/sqlDataSources.xml
  30. .idea/**/dynamic.xml
  31. .idea/**/uiDesigner.xml
  32. .idea/**/dbnavigator.xml
  33. # Gradle
  34. .idea/**/gradle.xml
  35. .idea/**/libraries
  36. # Gradle and Maven with auto-import
  37. # When using Gradle or Maven with auto-import, you should exclude module files,
  38. # since they will be recreated, and may cause churn. Uncomment if using
  39. # auto-import.
  40. # .idea/artifacts
  41. # .idea/compiler.xml
  42. # .idea/jarRepositories.xml
  43. # .idea/modules.xml
  44. # .idea/*.iml
  45. # .idea/modules
  46. # *.iml
  47. # *.ipr
  48. # CMake
  49. cmake-build-*/
  50. # Mongo Explorer plugin
  51. .idea/**/mongoSettings.xml
  52. # File-based project format
  53. *.iws
  54. # IntelliJ
  55. out/
  56. # mpeltonen/sbt-idea plugin
  57. .idea_modules/
  58. # JIRA plugin
  59. atlassian-ide-plugin.xml
  60. # Cursive Clojure plugin
  61. .idea/replstate.xml
  62. # Crashlytics plugin (for Android Studio and IntelliJ)
  63. com_crashlytics_export_strings.xml
  64. crashlytics.properties
  65. crashlytics-build.properties
  66. fabric.properties
  67. # Editor-based Rest Client
  68. .idea/httpRequests
  69. # Android studio 3.1+ serialized cache file
  70. .idea/caches/build_file_checksums.ser
  71. ### Linux template
  72. *~
  73. # temporary files which can be created if a process still has a handle open of a deleted file
  74. .fuse_hidden*
  75. # KDE directory preferences
  76. .directory
  77. # Linux trash folder which might appear on any partition or disk
  78. .Trash-*
  79. # .nfs files are created when an open file is removed but is still being accessed
  80. .nfs*
  81. ### Java template
  82. # Compiled class file
  83. *.class
  84. # Log file
  85. *.log
  86. # BlueJ files
  87. *.ctxt
  88. # Mobile Tools for Java (J2ME)
  89. .mtj.tmp/
  90. # Package Files #
  91. *.jar
  92. *.war
  93. *.nar
  94. *.ear
  95. *.zip
  96. *.tar.gz
  97. *.rar
  98. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  99. hs_err_pid*