.gitignore 321 B

12345678910111213141516171819202122232425262728
  1. # Compiled class file
  2. *.class
  3. *.idea
  4. *.iml
  5. */target/
  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. *.nar
  16. *.ear
  17. *.zip
  18. *.tar.gz
  19. *.rar
  20. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  21. hs_err_pid*
  22. /.project
  23. yarn.lock