.gitignore文件修改完成以后需要从新更新仓库才可以生效
git rm -r --cached . git add . git commit -m 'update .gitignore
git rm -r --cached .
git add .
git commit -m 'update .gitignore