I have my “custom” folder in my SugarCRM 6.2 sandbox under git version control.
I’m noticing a lot of changes that I think I don’ really need to keep track of. For instance, I don’t think it makes sense to keep track of a copy of every previous def file that seems to occur under the history folders.
I’m wondering what are the best practices for keeping /custom folder under version control.
Thanks.
With questions like these and larger projects like SugarCRM, there’s usually some community
.gitignorefiles to observe. Check out this one, which agrees with you about the history folder and just ignores everything in thecustom/historyfolder.