git rm -r --cached .
git add .
git commit -am "update gitignore"
更新gitignore生效
最新推荐文章于 2024-12-13 17:03:12 发布
git rm -r --cached .
git add .
git commit -am "update gitignore"