We are using the mx modeler during our CI/CD pipeline to export specific modules automatically.
This module exports include files, which are not related to this module.
This could lead to the situation, that files are included, which could overwrite files from other modules during an import.
The mx from modeler should only export the files related to the module to prevent data loss and overwritten statements.
This is an example of a module, with a lot of files, which are not related to this module
The change would be very helpful for exporting modules from our apps for the Marketplace publishment.