From 50f013d0d242bf7b600eddf5cfe484e087c1de0c Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Tue, 7 Nov 2023 20:58:51 +0100 Subject: [PATCH] [chore] Add .gitattributes (#8810) **Description:** Adds `.gitattributes`, same as https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/c53db30c19cfbeae138176e8e8ce1912e85ddaed/.gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..d46e10b98c1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# 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