This is something a lot of people still do in the name of simplicity or not requiring tooling on everyone's machines. A lot of projects still either add dist/ to .gitignore or just prohibit users from checking in their changes to dist/ (that might arise from normal development or running a dist/ building script). In other cases, built assets are checked in because some developers on your team migh
