.gitignore 291B

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