The dist/ directory appears to contain only derived files; We don't really need these files checked into source control when we already have everything we need to generate them checked in. Checking them in creates weird difficulties, like giving rise to merge conflicts when multiple people make changes, and one person's changes are merge in before another's.
The
dist/
directory appears to contain only derived files; We don't really need these files checked into source control when we already have everything we need to generate them checked in. Checking them in creates weird difficulties, like giving rise to merge conflicts when multiple people make changes, and one person's changes are merge in before another's.