Hi
I am testing out using SSDT on Visual Studio 2019 (Version 16.11.2), using Azure DevOps Git.
I am running into problems using the SSDT project and testing the fetch/pull/commit/push between different client computers (actually Win 10 20H1 VM's with VS 2019 installed - using MSDN).
I am getting breaking conflicts with files in the ./obj and ./bin folders....so my question is: Is there a standard or default gitignore file for VS 2019 SSDT projects so Git won't blow up over temporary files changing all the time between local client repos?
I was thinking of ignore both folders but don't know if that is OK....hence the thought that perhaps there should be a standard or default gitignore available for SSDT projects.
Thanks
Jonathan
