.gitignore 299 B

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