From 477690edde5ae691c98c78ad1c7f82f994d84e94 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Wed, 21 Aug 2024 22:27:18 -0700 Subject: [PATCH] mark protobufs folder as generated code for github --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 5840970..2149e5d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ *.{cmd,[cC][mM][dD]} text eol=crlf *.{bat,[bB][aA][tT]} text eol=crlf *.{sh,[sS][hH]} text eol=lf +meshtastic/protobuf/* linguist-generated=true