From f0f92c9dd98a739a3f70821d0ca2a3a79b17fe17 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Fri, 21 Feb 2025 09:56:27 -0700 Subject: [PATCH] gitattributes: mark humanise/errors.go as generated Signed-off-by: Sumner Evans --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..3fe25193 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +pkg/connector/humanise/errors.go linguist-generated=true