GIT Exclude Specific Files when Pushing to Specific Repository
- by Kevin Sylvestre
Is it possible to exclude specific files (*.ai, *.psd) when pushing to certain repositories with GIT?
My need comes from trying to use GIT for both version control and deployment to Heroku. If I include my graphic assets in the deploy, they slug size is larger than desired. However, I do need to include all project files in my main github repository.
Thanks,
Kevin