gitignore无效解决

解决方法是先把本地缓存删除,然后再提交。

git rm -r --cached .
git add .
git commit -m "update .gitignore"
最后更新时间:
贡献者: DESKTOP-ER5718D\zt