加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 990 Bytes
一键复制 编辑 原始数据 按行查看 历史
william.wei 提交于 2024-06-19 17:14 . [conf] dockerfile
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
logs/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
#/build/
### VS Code ###
.vscode/
### Hbuilder ###
.hbuilderx
### maven ###
.mvn
mvnw
mvnw.cmd
###properties###
/unimall-runner/src/main/resources/application-local.yaml
/unimall-runner/src/main/resources/application-prod.yaml
### target ###
/target/
/unimall-admin-api/target/
/unimall-app-api/target/
/unimall-biz/target/
/unimall-data/target/
/unimall-core/target/
/unimall-runner/target/
/unimall-app/unpackage/
/unimall-admin/dist.zip
###node_modules###
/unimall-admin/node_modules/
/unimall-app/node_modules/
###logs###
unimall.log
unimall.log.*.gz
unimall.log.*.tmp
### plugins ###
/plugins/
/unimall-app/pages/plugins/
/unimall-admin/src/views/plugins/
Dockerfile
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化