untracked filesを一括削除
#git
git clean -n で対象を確認して
git clean -f で削除
ディレクトリを消すには git clean -df
https://qiita.com/tmyn470/items/c8359e4ec92d1f462bdf