.gitignore 603 B

1234567891011121314151617181920212223242526272829303132333435
  1. target/
  2. pom.xml.tag
  3. pom.xml.releaseBackup
  4. pom.xml.versionsBackup
  5. pom.xml.next
  6. release.properties
  7. dependency-reduced-pom.xml
  8. buildNumber.properties
  9. .mvn/timing.properties
  10. # https://github.com/takari/maven-wrapper#usage-without-binary-jar
  11. .mvn/wrapper/maven-wrapper.jar
  12. .idea/
  13. .flattened-pom.xml
  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. *.rar
  29. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  30. hs_err_pid*
  31. .classpath
  32. .metadata
  33. .settings
  34. .project
  35. *.iml