• Scratch
    link
    English
    27 months ago

    I used to think this way. Then people started making changes to generated files and external dependencies. Those change might work for a week or so, then they get updated and overwritten and your project magically breaks.

    Don’t commit external dependencies or generated files. Projects should be simple to run, yes. But checking everything in is not the answer.