.gitignore 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Java template
  3. # Compiled class file
  4. *.class
  5. # Log file
  6. *.log
  7. # BlueJ files
  8. *.ctxt
  9. # Mobile Tools for Java (J2ME)
  10. .mtj.tmp/
  11. # Package Files #
  12. *.jar
  13. *.war
  14. *.nar
  15. *.ear
  16. *.zip
  17. *.tar.gz
  18. *.rar
  19. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  20. hs_err_pid*
  21. ### JetBrains template
  22. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  23. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  24. # User-specific stuff
  25. .idea/**/workspace.xml
  26. .idea/**/tasks.xml
  27. .idea/**/usage.statistics.xml
  28. .idea/**/dictionaries
  29. .idea/**/shelf
  30. # Generated files
  31. .idea/**/contentModel.xml
  32. # Sensitive or high-churn files
  33. .idea/**/dataSources/
  34. .idea/**/dataSources.ids
  35. .idea/**/dataSources.local.xml
  36. .idea/**/sqlDataSources.xml
  37. .idea/**/dynamic.xml
  38. .idea/**/uiDesigner.xml
  39. .idea/**/dbnavigator.xml
  40. # Gradle
  41. .idea/**/gradle.xml
  42. .idea/**/libraries
  43. # Gradle and Maven with auto-import
  44. # When using Gradle or Maven with auto-import, you should exclude module files,
  45. # since they will be recreated, and may cause churn. Uncomment if using
  46. # auto-import.
  47. # .idea/artifacts
  48. # .idea/compiler.xml
  49. # .idea/modules.xml
  50. # .idea/*.iml
  51. # .idea/modules
  52. # *.iml
  53. # *.ipr
  54. # CMake
  55. cmake-build-*/
  56. # Mongo Explorer plugin
  57. .idea/**/mongoSettings.xml
  58. # File-based project format
  59. *.iws
  60. # IntelliJ
  61. out/
  62. # mpeltonen/sbt-idea plugin
  63. .idea_modules/
  64. # JIRA plugin
  65. atlassian-ide-plugin.xml
  66. # Cursive Clojure plugin
  67. .idea/replstate.xml
  68. # Crashlytics plugin (for Android Studio and IntelliJ)
  69. com_crashlytics_export_strings.xml
  70. crashlytics.properties
  71. crashlytics-build.properties
  72. fabric.properties
  73. # Editor-based Rest Client
  74. .idea/httpRequests
  75. # Android studio 3.1+ serialized cache file
  76. .idea/caches/build_file_checksums.ser
  77. ### Eclipse template
  78. .metadata
  79. bin/
  80. tmp/
  81. *.tmp
  82. *.bak
  83. *.swp
  84. *~.nib
  85. local.properties
  86. .settings/
  87. .loadpath
  88. .recommenders
  89. # External tool builders
  90. .externalToolBuilders/
  91. # Locally stored "Eclipse launch configurations"
  92. *.launch
  93. # PyDev specific (Python IDE for Eclipse)
  94. *.pydevproject
  95. # CDT-specific (C/C++ Development Tooling)
  96. .cproject
  97. # CDT- autotools
  98. .autotools
  99. # Java annotation processor (APT)
  100. .factorypath
  101. # PDT-specific (PHP Development Tools)
  102. .buildpath
  103. # sbteclipse plugin
  104. .target
  105. # Tern plugin
  106. .tern-project
  107. # TeXlipse plugin
  108. .texlipse
  109. # STS (Spring Tool Suite)
  110. .springBeans
  111. # Code Recommenders
  112. .recommenders/
  113. # Annotation Processing
  114. .apt_generated/
  115. .apt_generated_test/
  116. # Scala IDE specific (Scala & Java development for Eclipse)
  117. .cache-main
  118. .scala_dependencies
  119. .worksheet
  120. /src/main/webapp/upload/avatar/