之前被git记录的文件或文件夹,再次加入忽略,无法成功

git rm -f --cached -r 文件夹
git rm -f --cache 文件路径

git add .
git commit -m 

就可以了