1
0
Эх сурвалжийг харах

c# projects: ignore user specific files, testresults and windows picture index files

Alexis Reigel 14 жил өмнө
parent
commit
31198dd999

+ 9 - 0
CSharp.gitignore

@@ -5,3 +5,12 @@ _ReSharper*
 bin
 bin
 obj
 obj
 
 
+# user settings
+*.user
+*.suo
+
+# if you have pictures, windows will likely create those annoying index files
+Thumbs.db
+
+# mstest test results
+TestResults