Is there a way how to exclude files from build in STM32 Cube IDE by specifying the list of excluded files/directories in the directory tree (something like .gitignore) rather than clicking Resource Configurations -> Exclude From Build?
We have got quite complicated repositories structure and excluding everything manually for new projects takes too much time.