Sometimes I have been asked to share the code through a git repository.
I have a front-end project, use sass, gulp, etc. All these things are important to me as a developer of the layout.
I have a dev folder that includes all these development configurations and another dist where I generate the final html with its files.
How can I only share the dist folder and that the person who receives the repository can only download that folder? Is it possible in git? Or do I have to create another repo git where I'm inserting the dist separately?
Thanks