I'd like my VS Code build configuration for my project to be included in version control.
It seems like this configuration is stored somewhere in the "build" directory that is specified when creating the configuration. However, the "build" directory is excluded from version control in the .gitignore file that is included in all samples.
Which file(s) in the build directory do I need to commit into version control for build configurations to be available to all users who clone the repository?