加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
ForFuture Code 提交于 2020-06-15 10:24 . finish refactor
# Created by .ignore support plugin (hsz.mobi)
### xkcoding-后端 template
### Spring Boot ###
/target/
!.mvn/wrapper/maven-wrapper.jar
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
gen/
### NetBeans ###
/nbproject/private/
/build/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### LOGS ###
logs/
*.log
### Mac OS ###
.DS_Store
### VS CODE ###
.vscode/
*/.idea
*/.mvn
*/target
*/HELP.md
*/mvnw
*/mvnw.cmd
*/*.iml
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化