柯桥增值式服务
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.

35 lines
432B

  1. # Compiled class file
  2. *.class
  3. # Log file
  4. *.log
  5. # BlueJ files
  6. *.ctxt
  7. # Mobile Tools for Java (J2ME)
  8. .mtj.tmp/
  9. # Package Files #
  10. *.war
  11. *.nar
  12. *.ear
  13. *.zip
  14. *.tar.gz
  15. *.rar
  16. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  17. hs_err_pid*
  18. #忽略所有.svn目录
  19. .svn/
  20. #忽略所有target目录
  21. target/
  22. #忽略所有.idea目录
  23. .idea/
  24. #忽略所有.iml文件
  25. *.iml
  26. /**/target/
  27. logs/
  28. /**/.idea/