Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 834
Rob Boek Avatar asked Jun 01 '09 21:06

Rob Boek


2 Answers

Here is what I ended up with.

[Bb]in
[Dd]ebug
obj
[Rr]elease
*.aps
*.dbmdl
*.eto
*.ncb
*.suo
*.user
_ReSharper.*
like image 182
Rob Boek Avatar answered Oct 11 '22 07:10

Rob Boek


The files / directories I exclude are these:

/obj
/bin
/sql
/*.dbmdl
like image 39
Brad Bell Avatar answered Oct 11 '22 05:10

Brad Bell