We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linguist supports various gitattributes to affect the language stats, I think we should too.
linguist-generated
generated
linguist-vendored
vendored
linguist-language
language
Both have the effect that matching files will be excluded from language stats.
There's more but I think these two are the most commonly used ones.
The text was updated successfully, but these errors were encountered:
Actually this is now a duplicate of #10335, closing.
Sorry, something went wrong.
No branches or pull requests
linguist supports various gitattributes to affect the language stats, I think we should too.
linguist-generated
or maybe justgenerated
for generated codelinguist-vendored
or maybe justvendored
for vendored codelinguist-language
or maybe justlanguage
to override detected languageBoth have the effect that matching files will be excluded from language stats.
There's more but I think these two are the most commonly used ones.
The text was updated successfully, but these errors were encountered: