From 67eae2cdc4c9e2a88a8851401e311840a3ea3016 Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Tue, 7 Nov 2023 13:09:28 +0100 Subject: [PATCH] [chore] Add .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