.gitignore 476 B

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