.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. # ---> Java
  2. *.class
  3. # Mobile Tools for Java (J2ME)
  4. .mtj.tmp/
  5. # Package Files #
  6. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  7. hs_err_pid*
  8. # ---> Eclipse
  9. *.pydevproject
  10. .metadata
  11. .gradle
  12. bin/
  13. tmp/
  14. *.tmp
  15. *.bak
  16. *.swp
  17. *~.nib
  18. local.properties
  19. .settings/
  20. .loadpath
  21. # Eclipse Core
  22. .project
  23. # External tool builders
  24. .externalToolBuilders/
  25. # Locally stored "Eclipse launch configurations"
  26. *.launch
  27. # CDT-specific
  28. .cproject
  29. # JDT-specific (Eclipse Java Development Tools)
  30. .classpath
  31. # Java annotation processor (APT)
  32. .factorypath
  33. # PDT-specific
  34. .buildpath
  35. # sbteclipse plugin
  36. .target
  37. # TeXlipse plugin
  38. .texlipse
  39. # ---> Gradle
  40. .gradle
  41. build/
  42. # Ignore Gradle GUI config
  43. gradle-app.setting
  44. # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
  45. !gradle-wrapper.jar
  46. # ---> Maven
  47. target/
  48. pom.xml.tag
  49. pom.xml.releaseBackup
  50. pom.xml.versionsBackup
  51. pom.xml.next
  52. release.properties
  53. dependency-reduced-pom.xml
  54. buildNumber.properties
  55. .mvn/timing.properties
  56. # ---> macOS
  57. .DS_Store
  58. .AppleDouble
  59. .LSOverride
  60. # Icon must end with two \r
  61. Icon
  62. # Thumbnails
  63. ._*
  64. # Files that might appear in the root of a volume
  65. .DocumentRevisions-V100
  66. .fseventsd
  67. .Spotlight-V100
  68. .TemporaryItems
  69. .Trashes
  70. .VolumeIcon.icns
  71. # Directories potentially created on remote AFP share
  72. .AppleDB
  73. .AppleDesktop
  74. Network Trash Folder
  75. Temporary Items
  76. .apdisk
  77. # ---> Linux
  78. *~
  79. # KDE directory preferences
  80. .directory
  81. # Linux trash folder which might appear on any partition or disk
  82. .Trash-*
  83. #
  84. sp-admin-easyui/