美文网首页
.gitignore 配置

.gitignore 配置

作者: 卫泽洪_70a7 | 来源:发表于2022-06-27 09:36 被阅读0次

添加忽略项:

/code/heetech/heetech-main/src/main/resources/application-local.yml

为了使.gitignore生效,需要先清除缓存

git rm -r --cached .
git add .
git commit -m " .gitignore"
git push origin master

相关文章

网友评论

      本文标题:.gitignore 配置

      本文链接:https://www.haomeiwen.com/subject/asynvrtx.html