Exporting models should remove uuid and _core properties from config entities
Problem/Motivation
The config entities contained in exported model archives still contain the uuid and _core properties, which make those entities site specific. That can cause an issue when importing them on other sites.
Proposed resolution
Remove those 2 keys from all exported config entities.
Edited by drupalbot