Hi there,
I have a project, and I want to commit the files that contain the build configuration into our Git repository.
I've tried to narrow down the files that make the build configuration appear in Visual Studio Code when opening the project, and I initially found that the CMakeCache.txt and build.ninja files of the build directory are the ones, but I'm starting to doubt my findings as these files are very large and often have huge changes from build to build.
There must be a better way. Is there?