git rm -r --cached .
git add .
git commit -am "update gitignore"
更新gitignore生效
最新推荐文章于 2025-02-17 10:56:55 发布
git rm -r --cached .
git add .
git commit -am "update gitignore"