From 21430e194ae076f77f9e3944a612d2973ac30885 Mon Sep 17 00:00:00 2001 From: localhost <75297777+SynthesisDu@users.noreply.github.com> Date: Wed, 2 Feb 2022 23:23:01 +0800 Subject: [PATCH] Create .gitattributes --- .gitattributes | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3b88c75 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,59 @@ +# author: GitHub@SynthesisDu +# This document allows GitHub to correctly identify Altium Designer, KiCAD, Gerber and Eagle documents and add them to GitHub Repository's language statistics. +# 这个文档可以使GitHub正确的识别Altium Designer、KiCAD、Gerber以及Eagle的文档,并将它们加入到GitHub Repository的语言统计中。 + +# https://gist.github.com/SynthesisDu/61c37bf71159cc9a511558ec7c218339 + +*.OutJob linguist-detectable=true +*.PcbDoc linguist-detectable=true +*.PrjPCB linguist-detectable=true +*.SchDoc linguist-detectable=true +*.outjob linguist-detectable=true +*.pcbdoc linguist-detectable=true +*.prjpcb linguist-detectable=true +*.schdoc linguist-detectable=true +*.PCB linguist-detectable=true +*.sch linguist-detectable=true +*.lib linguist-detectable=true +*.epf linguist-detectable=true +*.brd linguist-detectable=true +*.pro linguist-detectable=true +*.gbr linguist-detectable=true +*.cmp linguist-detectable=true +*.gbl linguist-detectable=true +*.gbo linguist-detectable=true +*.gbp linguist-detectable=true +*.gbs linguist-detectable=true +*.gko linguist-detectable=true +*.gml linguist-detectable=true +*.gpb linguist-detectable=true +*.gpt linguist-detectable=true +*.gtl linguist-detectable=true +*.gto linguist-detectable=true +*.gtp linguist-detectable=true +*.gts linguist-detectable=true +*.ncl linguist-detectable=true +*.sol linguist-detectable=true +*.GBR linguist-detectable=true +*.CMP linguist-detectable=true +*.GBL linguist-detectable=true +*.GBO linguist-detectable=true +*.GBP linguist-detectable=true +*.GBS linguist-detectable=true +*.GKO linguist-detectable=true +*.GML linguist-detectable=true +*.GBP linguist-detectable=true +*.GPT linguist-detectable=true +*.GTL linguist-detectable=true +*.GTO linguist-detectable=true +*.GTP linguist-detectable=true +*.GTS linguist-detectable=true +*.NCL linguist-detectable=true +*.SOL linguist-detectable=true +*.kicad_pcb linguist-detectable=true +*.pro linguist-detectable=true +*.obj linguist-detectable=true +*.stl linguist-detectable=true +*.md linguist-detectable=true +*.dxf linguist-detectable=true +*.dwg linguist-detectable=true \ No newline at end of file