I noticed that packrat adds packrat/lib* to .gitignore. Is there a way to turn this off? While including compiled libs isn't recommended, we often do so because we have a tightly controlled instance model and benefit from not having to reinstall all libs when sharing projects. Thank you.
I noticed that packrat adds
packrat/lib*
to .gitignore. Is there a way to turn this off? While including compiled libs isn't recommended, we often do so because we have a tightly controlled instance model and benefit from not having to reinstall all libs when sharing projects. Thank you.