.gitignore 317 B

1234567891011121314151617181920212223242526272829
  1. # Compiled class file
  2. *.class
  3. target
  4. # Log file
  5. *.log
  6. /**/*.log.*
  7. # BlueJ files
  8. *.ctxt
  9. # Mobile Tools for Java (J2ME)
  10. .mtj.tmp/
  11. # IDEA
  12. .idea
  13. *.iml
  14. # Package Files #
  15. *.jar
  16. *.war
  17. *.nar
  18. *.ear
  19. *.zip
  20. *.tar.gz
  21. *.rar
  22. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  23. hs_err_pid*