git rm -r --cached .
git add .
git commit -m ".gitignore is now working"
git push
.gitignore不生效
最新推荐文章于 2024-07-15 11:39:12 发布
git rm -r --cached .
git add .
git commit -m ".gitignore is now working"
git push