.gitignore 471 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # IntelliJ project files
  2. .idea
  3. *.iml
  4. out
  5. gen
  6. ### Java template
  7. # Compiled class file
  8. *.class
  9. # Log file
  10. *.log
  11. /log/
  12. # BlueJ files
  13. *.ctxt
  14. # Mobile Tools for Java (J2ME)
  15. .mtj.tmp/
  16. # Package Files #
  17. *.jar
  18. *.war
  19. *.nar
  20. *.ear
  21. *.zip
  22. *.tar.gz
  23. *.rar
  24. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  25. hs_err_pid*
  26. mvnw
  27. mvnw.cmd
  28. # tmp file
  29. .tmp
  30. */tmp
  31. */target
  32. # web2 file
  33. */src/main/resources/static/web
  34. */src/main/resources/static/mjs