删除git上 iml文件 2021-05-09 本文已影响0人 Restart白蓝 git rm --cached */.iml git commit -a -m "rm all *.iml, update .gitignore" git push origin master