You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sdny-order/.gitignore

23 lines
510 B

# Created by .ignore support plugin (hsz.mobi)
## 父项目忽略文件
.idea/
.project
.settings/
*.iml
## 子项目忽略文件
*/.idea/
*/.project
*/.settings/
*/.gitignore/
*/target/
*/.classpath
*/*.iml
order-management-consumer/src/main/resources/bootstrap.yaml
order-management-consumer/src/main/resources/generator.properties
## 其他web 模式忽略文件
order-management-consumer/src/main/resources/META-INF/
order-management-consumer/src/main/webapp/
order-management-provider/src/main/webapp/