When I run git clean --dry-run the results are a bit like:
git clean --dry-run
Would remove an_untracked_file Would remove an_untracked_file_2 Would not remove some
If certain files and folders continue to fail when executing the command, then run a
git clean -d -f
The -f would force the operation.
-f
Use -n for a dry run.
-n