I have some CI process with initial step that clones the repository using
git clone
In this repository i have a lot of images that not mandatory for the CI step, they downloaded by default by the git clone command.
Is there a was not to clone files with specified extension like .jpeg?
Thanks.