Project for Continous Integration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
1.2 KiB

3 years ago
  1. # Created by https://www.toptal.com/developers/gitignore/api/windows,java,maven
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=windows,java,maven
  3. ### Java ###
  4. # Compiled class file
  5. *.class
  6. # Log file
  7. *.log
  8. # BlueJ files
  9. *.ctxt
  10. # Mobile Tools for Java (J2ME)
  11. .mtj.tmp/
  12. # Package Files #
  13. *.jar
  14. *.war
  15. *.nar
  16. *.ear
  17. *.zip
  18. *.tar.gz
  19. *.rar
  20. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  21. hs_err_pid*
  22. replay_pid*
  23. ### Maven ###
  24. target/
  25. pom.xml.tag
  26. pom.xml.releaseBackup
  27. pom.xml.versionsBackup
  28. pom.xml.next
  29. release.properties
  30. dependency-reduced-pom.xml
  31. buildNumber.properties
  32. .mvn/timing.properties
  33. # https://github.com/takari/maven-wrapper#usage-without-binary-jar
  34. .mvn/wrapper/maven-wrapper.jar
  35. # Eclipse m2e generated files
  36. # Eclipse Core
  37. .project
  38. # JDT-specific (Eclipse Java Development Tools)
  39. .classpath
  40. ### Windows ###
  41. # Windows thumbnail cache files
  42. Thumbs.db
  43. Thumbs.db:encryptable
  44. ehthumbs.db
  45. ehthumbs_vista.db
  46. # Dump file
  47. *.stackdump
  48. # Folder config file
  49. [Dd]esktop.ini
  50. # Recycle Bin used on file shares
  51. $RECYCLE.BIN/
  52. # Windows Installer files
  53. *.cab
  54. *.msi
  55. *.msix
  56. *.msm
  57. *.msp
  58. # Windows shortcuts
  59. *.lnk
  60. # End of https://www.toptal.com/developers/gitignore/api/windows,java,maven