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.

36 lines
574 B

2 years ago
  1. # vim
  2. *~
  3. *.swp
  4. # IntelliJ
  5. .idea
  6. # Maven (from: https://github.com/github/gitignore/blob/master/Maven.gitignore)
  7. target/
  8. pom.xml.tag
  9. pom.xml.releaseBackup
  10. pom.xml.versionsBackup
  11. pom.xml.next
  12. release.properties
  13. dependency-reduced-pom.xml
  14. buildNumber.properties
  15. .mvn/timing.properties
  16. # https://github.com/takari/maven-wrapper#usage-without-binary-jar
  17. .mvn/wrapper/maven-wrapper.jar
  18. # Java (from: https://github.com/github/gitignore/blob/master/Java.gitignore)
  19. # Compiled class file
  20. *.class
  21. # Log file
  22. *.log
  23. # Package Files #
  24. *.jar
  25. *.war
  26. *.nar
  27. *.ear
  28. *.zip
  29. *.tar.gz
  30. *.rar