is it possible to have a folder ignored by git even if sometimes this folder is committed?
The background is that in open source projects I don't want others to commit the dist/
folder, however when I build a new version I need to obviously commit the dist/
folder. Is there a solution to this "problem"?
Thanks