From 7d9fbfc9285babf76f1db5da267acf7323e99fc6 Mon Sep 17 00:00:00 2001 From: UzixLS Date: Wed, 29 Jul 2020 18:56:14 +0300 Subject: [PATCH] fix github language detector --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 41139fb..92817f5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ out/* linguist-vendored +*.kicad_pcb linguist-detectable=true +*.sch linguist-detectable=true