12345678
#清除本地git所有缓存git rm -r --cached .#添加本地所有文件git add .#提交git commit -m " .gitignore"#push到远程分支git push origin master