repo-visualizer
repo-visualizer copied to clipboard
Folder name gets interpreted as extension
to reproduce
- check the link to my repo visualization
- https://mango-dune-07a8b7110.1.azurestaticapps.net/?repo=LangLangBart%2FboonGUI

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.