Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2024-01-19 11:29:53 +0300
committerToon Claes <toon@gitlab.com>2024-01-19 11:29:53 +0300
commitf87a9ac8bd9ad76807d92660b91002b7dffd35d9 (patch)
treed5595bde8916ac895a415c2d97e3d99b03bdba46
parentaf2e5e08d7ca9883d650ef6b2201d48ac75fe750 (diff)
.gitattributes: Mark .pb.go files as generated
To make code reviews easier, mark "*.pb.go" files as generated, which makes them collapsed by default in GitLab. See: https://docs.gitlab.com/ee/user/project/merge_requests/changes.html#collapse-generated-files
-rw-r--r--.gitattributes3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 6eb21e10f..1c94b42cb 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,3 @@
Dangerfile gitlab-language=ruby
-*.proto linguist-detectable=true \ No newline at end of file
+*.pb.go gitlab-generated
+*.proto linguist-detectable=true