springboot项目设置忽略
2018-12-18 本文已影响32人
墨色尘埃
在项目目录下添加.gitignore

.gitignore
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.idea
.gitignore
/target
/log
gayg.iml
*.iml
贵安云谷项目后台.md
如果需要添加的话,直接在.gitignore文件中输要被忽略的文件名,会有提示