| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .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/*
- ### 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
|