Usually we put everything in the repository that you need to create a project. So, code files, project files, scripts, resources.
We do not put binaries in the repository, which can be created by compiling the code. However, we put third-party binaries in the repository.
All other files, such as obj files, do not belong there.
source share