I uploaded a file and entered the glob `*.json` as an exclude in the config because I'm too impatient to read 😅 Then I navigated to the graph page and got a white page with an error printed to the console. Then I fixed the exclude to the valid regex `.*\.json` and it worked as expected. (Also thank you very much for this awesome tool. It is way better than anything else I found after googling for like an hour 😄)