From 0e13401b92445afb37879bfd19a0e36b8e80fb65 Mon Sep 17 00:00:00 2001 From: SynthesisDu <75297777+TitanRGB@users.noreply.github.com> Date: Mon, 25 Jul 2022 14:08:43 +0800 Subject: [PATCH] Create .gitattributes --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..4b1a311c9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# https://github.com/peng-zhihui/ElectronBot/discussions/206 +# https://gist.github.com/TitanRGB/61c37bf71159cc9a511558ec7c218339 +*.PrjPCBStructure linguist-detectable=true +*.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 +*.html linguist-detectable=false +*pde linguist-detectable=false +*.GPT linguist-detectable=true \ No newline at end of file