Is there a standard/default SSDT GitIgnore file (Azure DevOps with Git)

Butler Jonathan 61 Reputation points
2021-09-09T15:54:16.303+00:00

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

SQL Server Other
{count} votes

Accepted answer
  1. AmeliaGu-MSFT 14,006 Reputation points Microsoft External Staff
    2021-09-10T03:22:18.537+00:00

    Hi ButlerJonathan-2222,
    Welcome to Microsoft Q&A.
    Please also check: https://github.com/microsoft/sql-server-samples/blob/master/.gitignore

    Best Regards,
    Amelia


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Tom Phillips 17,771 Reputation points
    2021-09-09T17:38:52.673+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.