.gitignore 605 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ### Maven template
  2. target/
  3. pom.xml.tag
  4. pom.xml.releaseBackup
  5. pom.xml.versionsBackup
  6. pom.xml.next
  7. release.properties
  8. dependency-reduced-pom.xml
  9. buildNumber.properties
  10. .mvn/timing.properties
  11. # https://github.com/takari/maven-wrapper#usage-without-binary-jar
  12. .mvn/wrapper/maven-wrapper.jar
  13. ### Java template
  14. # Compiled class file
  15. *.class
  16. # Log file
  17. *.log
  18. # BlueJ files
  19. *.ctxt
  20. # Mobile Tools for Java (J2ME)
  21. .mtj.tmp/
  22. # Package Files #
  23. *.jar
  24. *.war
  25. *.nar
  26. *.ear
  27. *.zip
  28. *.tar.gz
  29. *.rar
  30. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  31. hs_err_pid*
  32. # Json files
  33. *.json