From 297975970d154ab2241b92dcf2034895aab647b5 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Sat, 18 Sep 2021 15:40:17 +0900 Subject: [PATCH] Collapse go.sum diffs in PR view (#5254) --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000..12a3b88cf6a82 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# This file is documented at https://git-scm.com/docs/gitattributes. +# Linguist-specific attributes are documented at +# https://github.com/github/linguist. + +go.sum linguist-generated=true +