gitignore不生效

背景

在老项目中添加的.gitignore提交代码的时候还是不生效

解决办法

git rm -r --cached .

git add .

git commit -m 'update .gitignore'
posted @ 2023-01-09 09:45  Tarzen  阅读(17)  评论(0编辑  收藏  举报