Currently it is not possible to use the `/Download` endpoint with files, that begin with a `.`, such as `.gitattributes`. The path is correctly passed through until `res.download(file)`, where it throws a `NotFoundError`
Currently it is not possible to use the
/Downloadendpoint with files, that begin with a., such as.gitattributes.The path is correctly passed through until
res.download(file), where it throws aNotFoundError