.gitignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. # Created by https://www.gitignore.io/api/java,linux,macos,maven,windows
  2. ### Java ###
  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. *.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. ### Linux ###
  21. *~
  22. # temporary files which can be created if a process still has a handle open of a deleted file
  23. .fuse_hidden*
  24. # KDE directory preferences
  25. .directory
  26. # Linux trash folder which might appear on any partition or disk
  27. .Trash-*
  28. # .nfs files are created when an open file is removed but is still being accessed
  29. .nfs*
  30. ### macOS ###
  31. *.DS_Store
  32. .AppleDouble
  33. .LSOverride
  34. # Icon must end with two \r
  35. Icon
  36. # Thumbnails
  37. ._*
  38. # Files that might appear in the root of a volume
  39. .DocumentRevisions-V100
  40. .fseventsd
  41. .Spotlight-V100
  42. .TemporaryItems
  43. .Trashes
  44. .VolumeIcon.icns
  45. .com.apple.timemachine.donotpresent
  46. # Directories potentially created on remote AFP share
  47. .AppleDB
  48. .AppleDesktop
  49. Network Trash Folder
  50. Temporary Items
  51. .apdisk
  52. ### Maven ###
  53. target/
  54. pom.xml.tag
  55. pom.xml.releaseBackup
  56. pom.xml.versionsBackup
  57. pom.xml.next
  58. release.properties
  59. dependency-reduced-pom.xml
  60. buildNumber.properties
  61. .mvn/timing.properties
  62. # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
  63. !/.mvn/wrapper/maven-wrapper.jar
  64. ### gradle ###
  65. /.gradle
  66. /build
  67. # Avoid ignoring gradle wrapper jar file (.jar files are usually ignored)
  68. !/gradle/wrapper/gradle-wrapper.jar
  69. ### Windows ###
  70. # Windows thumbnail cache files
  71. Thumbs.db
  72. ehthumbs.db
  73. ehthumbs_vista.db
  74. # Folder config file
  75. Desktop.ini
  76. # Recycle Bin used on file shares
  77. $RECYCLE.BIN/
  78. # Windows Installer files
  79. *.cab
  80. *.msi
  81. *.msm
  82. *.msp
  83. # Windows shortcuts
  84. *.lnk
  85. ### IDEs ###
  86. .vscode
  87. .idea
  88. .project
  89. local.properties
  90. ### Build files
  91. .gradle/
  92. build/
  93. ### Ripme ###
  94. ripme.log
  95. rips/
  96. .history
  97. ripme.jar.update
  98. *.swp
  99. !LabelsBundle*.properties
  100. history.json
  101. *.iml
  102. .settings/
  103. .classpath
  104. *.txt
  105. bin/