Nixinova / LinguistJS

Analyse and list all languages used in a folder. Implementation of and powered by GitHub's Linguist.
ISC License
39 stars 12 forks source link

A few files are missing after upgrading from 2.0.0 to 2.0.2 #7

Closed kachkaev closed 3 years ago

kachkaev commented 3 years ago

πŸ‘‹ I’ve noticed a small but strange change after upgrading linguist, it's possibly to do with 6c33a85ef1dd838a788efcd431ecdae01407907a.

These files are missing in my updated linguist report:

{
    ".gitattributes": "Git Attributes",
    ".gitignore": "Ignore List",
    ".vscode/extensions.json": "JSON",
    ".vscode/launch.json": "JSON",
    ".vscode/settings.json": "JSON",
    "no/matter/what/path/declaration.d.ts": "TypeScript",
}

Just curious if this is a wanted change or not, so have decided to check this via an issue πŸ™‚

Nixinova commented 3 years ago

All of those are classified as vendored:

kachkaev commented 3 years ago

IC, so it’s a bugfix rather than a regression. Makes sense, thanks for explaining! πŸ‘