.gitignore 856 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. ### Java template
  20. # Log file
  21. *.log
  22. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  23. hs_err_pid*
  24. *.springBeans
  25. *.project
  26. *.classpath
  27. /tzy-base/.settings/
  28. /tzy-base/.mvn/
  29. /tzy-admin/.settings/
  30. /tzy-api/.settings/
  31. /tzy-api/.mvn/
  32. /tzy-common/.settings/
  33. /tzy-cust/.settings/
  34. /tzy-cust/.mvn/
  35. /tzy-framework/.settings/
  36. /tzy-generator/.settings/
  37. /tzy-order/.settings/
  38. /tzy-quartz/.settings/
  39. /tzy-system/.settings/
  40. /checkstyleidea.tmp/
  41. /bin/
  42. /poyi-app-common/target
  43. /poyi-app/target
  44. /poyi-pojo/target
  45. /poyi-service/target