From f62dd6933c16a85c22e93eb41293fd6d6374f379 Mon Sep 17 00:00:00 2001 From: Chanakya Date: Thu, 3 Feb 2022 23:02:34 +0530 Subject: [PATCH] ignore .gcode files for github linguist (#16029) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8339817034..a3fd10c99e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,3 +13,5 @@ # entries below. ############################################################################### *.rc diff + +*.gcode linguist-detectable=false