I download large files from a git lfs repository.
git lfs clone https://some-repo-in-the-wild
I have limited space on my host machine and have found that .git directory takes up more than half of the available storage. I would like to know if there is a command that does the cloning operation and excludes the .git directory.