.gitignore 302 B

12345678910111213141516171819202122
  1. # ---> Java
  2. *.class
  3. # Mobile Tools for Java (J2ME)
  4. .mtj.tmp/
  5. # Package Files #
  6. *.jar
  7. *.war
  8. *.ear
  9. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  10. hs_err_pid*
  11. .idea/
  12. target/classes/
  13. *.iml
  14. target/maven-status/maven-compiler-plugin/compile/default-compile/