git 命令

git 命令 删除ignored files

删除文件

git clean -f -x 

删除文件夹

git clean -f -d

你可能感兴趣的:(git)