后台服务
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
582 B

  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Java template
  3. # Compiled class file
  4. *.class
  5. # Log file
  6. *.log
  7. # BlueJ files
  8. *.ctxt
  9. # Mobile Tools for Java (J2ME)
  10. .mtj.tmp/
  11. # Package Files #
  12. *.jar
  13. *.war
  14. *.nar
  15. *.ear
  16. *.zip
  17. *.tar.gz
  18. *.rar
  19. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  20. hs_err_pid*
  21. ### Example user template template
  22. ### Example user template
  23. # IntelliJ project files
  24. .idea
  25. *.iml
  26. out
  27. gen
  28. */target/**
  29. logs/**
  30. */logs/**
  31. logPath_IS_UNDEFINED/**
  32. uploads/**
  33. .gitignore
  34. .DS_Store
  35. .classpath
  36. .factorypath
  37. .project
  38. .settings