.gitignore 878 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .idea
  2. *.iml
  3. # Compiled class file
  4. *.class
  5. *.zip
  6. /tzy-admin/target/
  7. /tzy-api/target/
  8. /tzy-base/target/
  9. /tzy-common/target/
  10. /tzy-cust/target/
  11. /tzy-framework/target/
  12. /tzy-generator/target/
  13. /tzy-order/target/
  14. /tzy-quartz/target/
  15. /tzy-sportcard/target/
  16. /tzy-system/target/
  17. /weixin-api/target
  18. /target/*
  19. /poyee-account/target
  20. ### Java template
  21. # Log file
  22. *.log
  23. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  24. hs_err_pid*
  25. *.springBeans
  26. *.project
  27. *.classpath
  28. /tzy-base/.settings/
  29. /tzy-base/.mvn/
  30. /tzy-admin/.settings/
  31. /tzy-api/.settings/
  32. /tzy-api/.mvn/
  33. /tzy-common/.settings/
  34. /tzy-cust/.settings/
  35. /tzy-cust/.mvn/
  36. /tzy-framework/.settings/
  37. /tzy-generator/.settings/
  38. /tzy-order/.settings/
  39. /tzy-quartz/.settings/
  40. /tzy-system/.settings/
  41. /checkstyleidea.tmp/
  42. /bin/
  43. /poyi-app-common/target
  44. /poyi-app/target
  45. /poyi-pojo/target
  46. /poyi-service/target