From 856a47e3545031c6d3d86982dc9a1243cb1588a3 Mon Sep 17 00:00:00 2001 From: UzixLS Date: Wed, 29 Jul 2020 18:56:40 +0300 Subject: [PATCH] fix github language detector --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..92817f5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +out/* linguist-vendored +*.kicad_pcb linguist-detectable=true +*.sch linguist-detectable=true