清除本地缓存提交
git rm -r --cached .idea/
git add .
git commit -m 'delete .idea'
git push -u origin master -f //强制提交