gitignore 忽略文件不生效处理方法

执行一下脚本即可:

git rm -r --cached .
git add .
git commit -m 'update .gitignore'
git rm -r --cached .
git add .
git commit -m 'update .gitignore'
git push
posted @ 2022-07-07 10:11  西门长海  阅读(30)  评论(0编辑  收藏  举报