.gitignore 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. ######################
  2. # STS
  3. ######################
  4. .apt_generated
  5. .classpath
  6. .factorypath
  7. .project
  8. .settings
  9. .springBeans
  10. .sts4-cache
  11. ehcache/
  12. ######################
  13. # Intellij
  14. ######################
  15. .idea
  16. .idea/
  17. *.idea
  18. *.iws
  19. *.iml
  20. *.ipr
  21. *.ids
  22. *.orig
  23. classes/
  24. .idea/httpRequests/
  25. .idea/httpRequests/*.html
  26. .idea/httpRequests/*.http
  27. .idea/*
  28. ######################
  29. # Eclipse
  30. ######################
  31. *.pydevproject
  32. .project
  33. .metadata
  34. tmp/
  35. tmp/**/*
  36. *.tmp
  37. *.bak
  38. *.swp
  39. *~.nib
  40. local.properties
  41. .classpath
  42. .settings/
  43. .loadpath
  44. .factorypath
  45. /src/main/resources/rebel.xml
  46. *.ctxt
  47. .gradle
  48. ######################
  49. # Visual Studio Code
  50. ######################
  51. .vscode/
  52. ######################
  53. # Maven
  54. ######################
  55. /log/
  56. target/
  57. /target/
  58. !.mvn/wrapper/maven-wrapper.jar
  59. *.mvn
  60. pom.xml.tag
  61. pom.xml.releaseBackup
  62. pom.xml.versionsBackup
  63. pom.xml.next
  64. release.properties
  65. dependency-reduced-pom.xml
  66. buildNumber.properties
  67. .mvn/timing.properties
  68. ######################
  69. # Package Files
  70. ######################
  71. *.war
  72. *.ear
  73. *.db
  74. *.nar
  75. *.zip
  76. *.tar.gz
  77. *.rar
  78. ######################
  79. # Windows
  80. ######################
  81. # Windows image file caches
  82. Thumbs.db
  83. ######################
  84. # Folder config file
  85. ######################
  86. Desktop.ini
  87. ######################
  88. # Mac OSX
  89. ######################
  90. .DS_Store
  91. .svn
  92. ######################
  93. # Thumbnails
  94. ######################
  95. ._*
  96. ######################
  97. # Files that might appear on external disk
  98. ######################
  99. .Spotlight-V100
  100. .Trashes
  101. ######################
  102. # Directories
  103. ######################
  104. /deploy/
  105. ######################
  106. # Logs
  107. ######################
  108. *.log*
  109. ######################
  110. # NetBeans
  111. ######################
  112. /nbproject/private/
  113. /build/
  114. /nbbuild/
  115. /dist/
  116. /nbdist/
  117. /.nb-gradle/
  118. ######################
  119. # Others
  120. ######################
  121. .merge_file*
  122. .externalToolBuilders/
  123. *.launch
  124. .cproject
  125. .buildpath
  126. .target
  127. .texlipse
  128. .mtj.tmp/
  129. *.class
  130. *.*~
  131. *~
  132. ######################
  133. # Virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  134. ######################
  135. hs_err_pid*
  136. ######################
  137. # Project Specific
  138. ######################
  139. HELP.md