.gitignore 255 B

12345678910111213141516171819202122
  1. .idea
  2. *.iml
  3. .venv
  4. # Compiled class file
  5. *.class
  6. *.zip
  7. /target/*
  8. ### Java template
  9. # Log file
  10. *.log
  11. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  12. hs_err_pid*
  13. *.springBeans
  14. *.project
  15. *.classpath
  16. __pycache__*