From 9ebafbe50791d73415d34e508312ae5a2ccd04e2 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 19 May 2024 15:02:36 +0200 Subject: [PATCH] Exclude FW images from linguist --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..a9bdec1b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# exclude binary patch files from language detection +src/modules/SX126x/patches linguist-detectable=false +src/modules/LR11x0/firmware linguist-detectable=false