Rules to Better .NET Projects

Microsoft Gold Partner Logo
Search Go Search
Rule #35
Do you know what files not to put into VSS?
  v3.0 Posted at 20/10/2010 7:56 PM by system

The following files should NOT be included in source safe as they are user specific files:

  • *.scc;*.vspscc - Source Safe Files
  • *.pdb - Debug Files
  • *.user - User settings for Visual Studio .NET IDE
 

Loading
Do you like this rule?
Loading
Do you follow this rule?
Loading

......