.gitignore 495 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Created by https://www.gitignore.io/api/java,java-web
  2. ### Java ###
  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. *.war
  13. *.ear
  14. *.zip
  15. *.tar.gz
  16. *.rar
  17. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  18. hs_err_pid*
  19. ### Java-Web ###
  20. ## ignoring target file
  21. target/
  22. # End of https://www.gitignore.io/api/java,java-web
  23. # 自定义部分
  24. .idea/
  25. out/
  26. bin/
  27. lib_source/
  28. *.iml