fugafuga.write

日々のログ

git の untracked files を消したい場合

消されるファイルを確認する

git clean -n

消す

git clean -f

-f は必須

パスを指定して消す

git clean -f <path>