No Description

.gitignore 342B

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