Could somebody explain to me what the command rake assets:clean really does? Unfortunately the Rails Guides dont mention it. There is also the command rak
rake assets:clean
rak
clean up those untracked files with git clean -f for files and git clean -f -d for directories
git clean -f
git clean -f -d