.gitignore 410 B

12345678910111213141516171819202122232425262728293031323334
  1. ### Java template
  2. # Compiled class file
  3. *.class
  4. # Log file
  5. *.log
  6. # BlueJ files
  7. *.ctxt
  8. # Mobile Tools for Java (J2ME)
  9. .mtj.tmp/
  10. # Package Files #
  11. *.jar
  12. *.war
  13. *.nar
  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*
  20. ### Example user template template
  21. ### Example user template
  22. # IntelliJ project files
  23. .idea
  24. *.iml
  25. out
  26. gen
  27. target