Use .gitattributes
to hide the deployment record in diffs
#2553
Labels
discovery
Additional discovery is necessary to determine a solution
A
.gitattributes
file has the ability to collapse diffs in GitHub and GitLab when the diff is generated and not really necessary to review. This is common with files likepackage-lock.json
.We can utilize this to help with the generated deployment record file when users use git.
References:
The text was updated successfully, but these errors were encountered: