# 删除Untracked的文件 git clean -fd git clean -f -d # 删除Untracked的文件和Ignored的文件 git clean -fxd git clean -f -x -d