赞
踩
git rm -r --cached .idea/* git rm -r --cached target/* (--cached 表示本地仍旧保留)
git commit -m "删除不需要的文件" git push