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?
views:
295answers:
4
+6
Q:
Which files from a VSTS Database Edition GDR R2 project should be excluded from source control?
+2
A:
The files / directories I exclude are these:
/obj
/bin
/sql
/*.dbmdl
takobell
2009-06-01 21:38:36
+4
A:
Here is what I ended up with.
[Bb]in
[Dd]ebug
obj
[Rr]elease
*.aps
*.dbmdl
*.eto
*.ncb
*.suo
*.user
_ReSharper.*
Rob Boek
2009-06-16 22:00:29
they are exluded automatically when you exclude the sql\ folder
Gerard
2010-10-21 11:56:48