From 24fb192c02d0dfad0328afec79b964deb6c7ab1c Mon Sep 17 00:00:00 2001 From: UzixLS Date: Wed, 29 Jul 2020 18:51:53 +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