加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 482 Bytes
一键复制 编辑 原始数据 按行查看 历史
cuisongliu 提交于 2017-05-14 22:21 . 第一次提交代码
# IDEA #
.idea/
*.iml
out/
# Gradle #
.gradle/
springboot/build
build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
gradle/wrapper/gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.jar
# Eclipse #
.settings/
.classpath
.project
# jrebel #
src/main/resources/rebel.xml
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化