mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
Add some linguist-detectable attributes (#3806)
This allows to test a use-case where markdown should be reported in the language stats (e.g because the main purpose of the repo is to hold prose in markdown format) while HTML should be excluded from the language stats (e.g because it's example output).
This commit is contained in:
committed by
Colin Seymour
parent
d4c8fb8a28
commit
8f86998866
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -5,3 +5,5 @@ Rakefile linguist-generated
|
|||||||
test/fixtures/* linguist-vendored=false
|
test/fixtures/* linguist-vendored=false
|
||||||
README.md linguist-documentation=false
|
README.md linguist-documentation=false
|
||||||
samples/Arduino/* linguist-documentation
|
samples/Arduino/* linguist-documentation
|
||||||
|
samples/Markdown/*.md linguist-detectable=true
|
||||||
|
samples/HTML/*.html linguist-detectable=false
|
||||||
|
|||||||
Reference in New Issue
Block a user