repo-visualizer icon indicating copy to clipboard operation
repo-visualizer copied to clipboard

Folder name gets interpreted as extension

Open LangLangBart opened this issue 3 years ago • 1 comments

to reproduce

  • check the link to my repo visualization
    • https://mango-dune-07a8b7110.1.azurestaticapps.net/?repo=LangLangBart%2FboonGUI

ui_issue

LangLangBart avatar Aug 26 '22 23:08 LangLangBart

The problem is that I can not rename the folder because it is a mod for a game that determines the folder name shema.

If I ignore it with excluded_globs it would remove the whole folder from the .svg file, which I don`t want either.

excluded_globs: "**/*ui"

And the glob "**/*.ui" has no effect at all.

LangLangBart avatar Aug 26 '22 23:08 LangLangBart