.gitignore 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. # Default ignored files
  2. /workspace.xml
  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. # User-specific stuff
  15. .idea/**/workspace.xml
  16. .idea/**/tasks.xml
  17. .idea/**/usage.statistics.xml
  18. .idea/**/dictionaries
  19. .idea/**/shelf
  20. .idea/**/encodings.xml
  21. .idea/encodings.xml
  22. # Generated files
  23. .idea/**/contentModel.xml
  24. # Sensitive or high-churn files
  25. .idea/**/dataSources/
  26. .idea/**/dataSources.ids
  27. .idea/**/dataSources.local.xml
  28. .idea/**/sqlDataSources.xml
  29. .idea/**/dynamic.xml
  30. .idea/**/uiDesigner.xml
  31. .idea/**/dbnavigator.xml
  32. # Gradle
  33. .idea/**/gradle.xml
  34. .idea/**/libraries
  35. # Gradle and Maven with auto-import
  36. # When using Gradle or Maven with auto-import, you should exclude module files,
  37. # since they will be recreated, and may cause churn. Uncomment if using
  38. # auto-import.
  39. # .idea/artifacts
  40. # .idea/compiler.xml
  41. # .idea/jarRepositories.xml
  42. # .idea/modules.xml
  43. # .idea/*.iml
  44. # .idea/modules
  45. # *.iml
  46. # *.ipr
  47. .idea
  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. *.iml
  72. # eclipse
  73. .metadata
  74. bin/
  75. tmp/
  76. *.tmp
  77. *.bak
  78. *.swp
  79. *~.nib
  80. local.properties
  81. .settings/
  82. .loadpath
  83. .recommenders
  84. # External tool builders
  85. .externalToolBuilders/
  86. # Locally stored "Eclipse launch configurations"
  87. *.launch
  88. # PyDev specific (Python IDE for Eclipse)
  89. *.pydevproject
  90. # CDT-specific (C/C++ Development Tooling)
  91. .cproject
  92. # CDT- autotools
  93. .autotools
  94. # Java annotation processor (APT)
  95. .factorypath
  96. # PDT-specific (PHP Development Tools)
  97. .buildpath
  98. # sbteclipse plugin
  99. .target
  100. # Tern plugin
  101. .tern-project
  102. # TeXlipse plugin
  103. .texlipse
  104. # STS (Spring Tool Suite)
  105. .springBeans
  106. # Code Recommenders
  107. .recommenders/
  108. # Annotation Processing
  109. .apt_generated/
  110. .apt_generated_test/
  111. # Scala IDE specific (Scala & Java development for Eclipse)
  112. .cache-main
  113. .scala_dependencies
  114. .worksheet
  115. # Uncomment this line if you wish to ignore the project description file.
  116. # Typically, this file would be tracked if it contains build/dependency configurations:
  117. .project
  118. .classpath
  119. .log
  120. # vscode
  121. .vscode
  122. .vscode/*
  123. !.vscode/settings.json
  124. !.vscode/tasks.json
  125. !.vscode/launch.json
  126. !.vscode/extensions.json
  127. *.code-workspace
  128. **/pmd.xml
  129. **/cpd.xml
  130. **/pmd.html
  131. **/cpd.html
  132. # custom
  133. app/**/*.iml
  134. app/**/.project
  135. app/**/.settings/
  136. app/**/.classpath
  137. app/*.iml
  138. app/.project
  139. app/**/*.log
  140. app/log/dsdh/*.log
  141. */src/main/webapp/describe/
  142. assembly/.settings
  143. assembly/.project
  144. assembly/*.iml