You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought it would be a good idea to have .c4builder checked into version control. That way, other team members all work with the same configuration.
However, this means the file keeps getting updated with every change because of the checksums that get written to it. So everyone needs to remember to commit this file with every change in a different image.
Also checksums seem to vary between operating systems (to be confirmed). I have one anecdotal evidence of my colleague's Windows machine generating a different checksum compared to my Mac.
Can we move the checksums to a separate file that can be safely .gitignored and keep the .c4builder file easy to maintain in version control?
The text was updated successfully, but these errors were encountered:
I thought it would be a good idea to have
.c4builder
checked into version control. That way, other team members all work with the same configuration.However, this means the file keeps getting updated with every change because of the checksums that get written to it. So everyone needs to remember to commit this file with every change in a different image.
Also checksums seem to vary between operating systems (to be confirmed). I have one anecdotal evidence of my colleague's Windows machine generating a different checksum compared to my Mac.
Can we move the checksums to a separate file that can be safely
.gitignore
d and keep the.c4builder
file easy to maintain in version control?The text was updated successfully, but these errors were encountered: