From 3378ff8854b5a4fb491955f3f32272c170b97ce2 Mon Sep 17 00:00:00 2001 From: Jordan Krage Date: Wed, 25 Mar 2026 12:10:08 -0500 Subject: [PATCH] Add .gitattributes for *.sol and go.sum files --- .github/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/.gitattributes diff --git a/.github/.gitattributes b/.github/.gitattributes new file mode 100644 index 0000000000..8efcee18b2 --- /dev/null +++ b/.github/.gitattributes @@ -0,0 +1,2 @@ +*.sol linguist-language=Solidity +**go.sum linguist-generated=true