never track files generated by a build process in version control. reasons:
- different systems will produce different binaries from the same source
- they make your repo big/slow
- there's (almost) never a benefit to tracking them — no new info is added as they derive from the source
never track files generated by a build process in version control. reasons: