在老项目中添加的.gitignore提交代码的时候还是不生效
.gitignore
git rm -r --cached . git add . git commit -m 'update .gitignore'