Search code examples
sql-servervisual-studio-2008sql-server-2008visual-studio-dbpro

Which files from a VSTS Database Edition GDR R2 project should be excluded from source control?


I'm getting ready to setup a Visual Studio Database Edition GDR R2 project with source control. Which files (if any), should be excluded from source control?


Solution

  • Here is what I ended up with.

    [Bb]in
    [Dd]ebug
    obj
    [Rr]elease
    *.aps
    *.dbmdl
    *.eto
    *.ncb
    *.suo
    *.user
    _ReSharper.*