| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- .idea
- *.iml
- # Compiled class file
- *.class
- *.zip
- /tzy-admin/target/
- /tzy-api/target/
- /tzy-base/target/
- /tzy-common/target/
- /tzy-cust/target/
- /tzy-framework/target/
- /tzy-generator/target/
- /tzy-order/target/
- /tzy-quartz/target/
- /tzy-sportcard/target/
- /tzy-system/target/
- /weixin-api/target
- /target/*
- /poyee-account/target
- ### Java template
- # Log file
- *.log
- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
- hs_err_pid*
- *.springBeans
- *.project
- *.classpath
- /tzy-base/.settings/
- /tzy-base/.mvn/
- /tzy-admin/.settings/
- /tzy-api/.settings/
- /tzy-api/.mvn/
- /tzy-common/.settings/
- /tzy-cust/.settings/
- /tzy-cust/.mvn/
- /tzy-framework/.settings/
- /tzy-generator/.settings/
- /tzy-order/.settings/
- /tzy-quartz/.settings/
- /tzy-system/.settings/
- /checkstyleidea.tmp/
- /bin/
- /poyi-app-common/target
- /poyi-app/target
- /poyi-pojo/target
- /poyi-service/target
|