CubeIDE doesn't honor resource exclusion
Hi - I'm using the STM32CubeIDE v1.13. Whenever I generate code from an .ioc then any resource exclusions I've made are removed/lost. This was also true of v1.12 and previous versions.
Is there a way to persist the resource exclusions across code generations? The code generation creates a new .cproject, where the exclusions reside. This is a pseudo xml file. Alternatively, is there a reliable way to edit this file programmatically - either from Python or a bat file?