This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# author: GitHub@TitanRGB | |
# This document allows GitHub to identify Markdown as a language and add them to GitHub Repository's language statistics. | |
# 这个文档可以使GitHub将Markdown文档识别为Repo语言并加入到语言统计中。 | |
# https://gist.github.com/TitanRGB/5c7d35afb0999bfc7a3e03adab99438b | |
*.md linguist-detectable=true | |
*.md linguist-documentation=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# author: GitHub@TitanRGB | |
# 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/TitanRGB/61c37bf71159cc9a511558ec7c218339 | |
*.OutJob linguist-detectable=true | |
*.PcbDoc linguist-detectable=true | |
*.PrjPCB linguist-detectable=true | |
*.SchDoc linguist-detectable=true |