Question
Gitignore in CubeIDE. What files do you like to ignore?
Which files/folders to you like to put in .gitignore ?
I tend to put: Debug and Release because I'm happy to rebuild on new platforms.
But, I also put Drivers and Middlewares since they can also be sourced from ST repos.
I'm wondering also how people manage .project and .cproject since I've lately had some issues with cross-platform development between different developers.