.gitignore 2.1 KB

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