mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
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).
10 lines
344 B
Plaintext
10 lines
344 B
Plaintext
Gemfile linguist-vendored=true
|
|
lib/linguist.rb linguist-language=Java
|
|
test/*.rb linguist-language=Java
|
|
Rakefile linguist-generated
|
|
test/fixtures/* linguist-vendored=false
|
|
README.md linguist-documentation=false
|
|
samples/Arduino/* linguist-documentation
|
|
samples/Markdown/*.md linguist-detectable=true
|
|
samples/HTML/*.html linguist-detectable=false
|