github.com/yourbase/yb@v0.7.1/.gitattributes (about)

     1  # For biome replay files:
     2  # 1. don't show diffs in GitHub, and
     3  # 2. don't try to merge files (they should be re-recorded)
     4  /internal/buildpack/testdata/**/*.json linguist-generated=true -merge
     5  # go.sum is basically append-only but may require tidying.
     6  # When merging, just add all the lines into the file.
     7  go.sum merge=union