Nixinova / LinguistJS

Analyse and list all languages used in a folder. Implementation of and powered by GitHub's Linguist.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A few files are missing after upgrading from 2.0.0 to 2.0.2

kachkaev opened this issue · comments

👋 I’ve noticed a small but strange change after upgrading linguist, it's possibly to do with 6c33a85.

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 🙂

IC, so it’s a bugfix rather than a regression. Makes sense, thanks for explaining! 👍