.gitignore 配置
2022-06-27 本文已影响0人
卫泽洪_70a7
添加忽略项:
/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
添加忽略项:
/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