.gitignore不生效 工具篇 根据情况自行push git rm -r --cached . //删除缓存 git add . git commit -m 'update .gitignore' git push git