sourcegraph/.gitattributes
Jean-Hadrien Chabran 520673246c
github: show bazel diff again (#54719)
The original idea that motivated the decision to hide bazel changes was
that during the migration, we were really putting out a lot of these
changes and it was really noisy in PRs.

Now we've reached the point where we're using Bazel normally everyday,
diffs on these files are much smaller. If you were making changes to a
Makefile in your PR because you added a new file, you would want to see
them them.

Well it's the same thing here, stuff could go wrong if the Buildfiles
are not updated, it's code exacly like your Makefile is.

Which is why, I'm pushing for having those not collapsed by default. 

## Test plan

<!-- All pull requests REQUIRE a test plan:
https://docs.sourcegraph.com/dev/background-information/testing_principles
-->

CI
2023-07-07 16:43:45 +00:00

10 lines
369 B
Plaintext

cmd/repo-updater/repos/testdata/** linguist-generated=true
**/__fixtures__/** linguist-generated=true
**/__snapshots__/** linguist-generated=true
**/bindata.go linguist-generated=true
**/Cargo.lock linguist-generated=true
**/Cargo.Bazel.lock linguist-generated=true
**/*.pb.go linguist-generated=true
CHANGELOG.md merge=union
**/mocks*_*test.go linguist-generated=true