I would suggest adding --dry-run first to see what is being cleaned before actually doing it. It shouldn't be an issue because all the files you are cleaning are either untracked or ignored by git, but it's just good practice.
--dry-run
I would suggest adding
--dry-run
first to see what is being cleaned before actually doing it. It shouldn't be an issue because all the files you are cleaning are either untracked or ignored by git, but it's just good practice.