ディレクトリを残さない(ディスク上からも削除する)
$ git rm -r [dir_name]
$ git rm -r cached [dir_name]
このページの著者: takanotume24