Based on running ddev utility mutagen-diagnose on multiple projects, it seems some additions might be useful for our default setup for upload_dirs. The ones that are default for most projects are:
- ../node_modules
- sites/default/files
Also I would like to be able to exclude the node_modules directory in the custom themes but since the name of the theme is unique in most projects it is hard to hard-code it correctly. So instead I would suggest adding a section about the optimization to the README of this project, in the installation section for example.
Based on running
ddev utility mutagen-diagnoseon multiple projects, it seems some additions might be useful for our default setup forupload_dirs. The ones that are default for most projects are:Also I would like to be able to exclude the
node_modulesdirectory in the custom themes but since the name of the theme is unique in most projects it is hard to hard-code it correctly. So instead I would suggest adding a section about the optimization to the README of this project, in theinstallationsection for example.