.gitignoreで除外されているファイルとトラッキングしていないファイルを掃除したい。
# 確認
git clean -xn
# 削除
git clean -xf
これで綺麗さっぱり
Go to list of users who liked
More than 5 years have passed since last update.
.gitignoreで除外されているファイルとトラッキングしていないファイルを掃除したい。
# 確認
git clean -xn
# 削除
git clean -xf
これで綺麗さっぱり
Register as a new user and use Qiita more conveniently
Go to list of users who liked