Can I discard Drivers/ folder when archiving? My STM32F401 project folder is 6.1 MB after 'clean' but most (5.7MB) is just the Drivers/ folder
After doing "clean" on my project, the large majority of space in the project (5.7 / 6.1 MB or 93%) is occupied by the Drivers/ folder. I assume that can be easily re-created by any install of STM32CubeIDE during a compile anyway, so is it necessary ...