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.

78 lines
1.2 KiB

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