Some apps contain files that's not needed to run the app, e.g. README files or other assets. It's a good thing to have app documentation in a README file to explain what it is and how to use it but there's no need to load it onto the device when installing an app.
It would be nice to either allow individual apps to serve an include/exclude list or do some more generic fix where we e.g. never download markdown files.
Some apps contain files that's not needed to run the app, e.g. README files or other assets. It's a good thing to have app documentation in a README file to explain what it is and how to use it but there's no need to load it onto the device when installing an app.
It would be nice to either allow individual apps to serve an include/exclude list or do some more generic fix where we e.g. never download markdown files.