Question
Correct Git strategy for STM32CubeMX2 projects
Hi,
I am working on a new Project for the STM32C562MET6 with STM32CubeMX2 and VS Code.
On the first run of toolchain generation, CubeMX generates all expected folders like arch, generated, stm32c5xx_dfp and stm32c5xx_drivers.
But I dont want to version all files if they can be generated so i added the folders above to the .gitignore file.
After running it a second time but with those folders missing, CubeMx2 doesnt generate it. I already tried to set the “conflict handling rules” to override.
Any suggestions?
