.gitignore 413 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. # web file
  32. */web/*
  33. */mjs/*