We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ee2a35 + 697559b commit f6dfb71Copy full SHA for f6dfb71
CSharp.gitignore
@@ -5,12 +5,5 @@ _ReSharper*
5
bin
6
obj
7
8
-# user settings
9
-*.user
10
-*.suo
11
-
12
-# if you have pictures, windows will likely create those annoying index files
13
-Thumbs.db
14
15
# mstest test results
16
TestResults
Global/VisualStudio.gitignore
@@ -64,3 +64,9 @@ stylecop.*
64
~$*
65
*.dbmdl
66
Generated_Code #added for RIA/Silverlight projects
67
+
68
+# Backup & report files from converting an old project file to a newer
69
+# Visual Studio version. Backup files are not needed, because we have git ;-)
70
+_UpgradeReport_Files/
71
+Backup/
72
+UpgradeLog.XML
0 commit comments