git rm -r --cached . //清除缓存
git add . //重新添加git管理
git commit -m "修改gitignore" //提交到本地
git push -u origin master //推送到远程