mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Update README for new output
This commit is contained in:
@@ -46,6 +46,10 @@ These stats are also printed out by the `linguist` binary. You can try running `
|
||||
$ bundle exec linguist lib/
|
||||
100% Ruby
|
||||
|
||||
Ruby: ["linguist/blob_helper.rb", "linguist/classifier.rb", "linguist/file_blob.rb", "linguist/generated.rb",
|
||||
"linguist/heuristics.rb", "linguist/language.rb", "linguist/md5.rb", "linguist/repository.rb",
|
||||
"linguist/samples.rb", "linguist/tokenizer.rb", "linguist.rb"]
|
||||
|
||||
#### Ignore vendored files
|
||||
|
||||
Checking other code into your git repo is a common practice. But this often inflates your project's language stats and may even cause your project to be labeled as another language. We are able to identify some of these files and directories and exclude them.
|
||||
|
||||
Reference in New Issue
Block a user