Should I store generated code in source control

Saving it in source control is more trouble than it’s worth.

You have to do a commit every time you do a build for it to be any value.

Generally we leave generated code( idl, jaxb stuff, etc) outside source control where I work and it’s never been a problem

Leave a Comment