Explorar o código

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

Alexis Reigel %!s(int64=14) %!d(string=hai) anos
pai
achega
31198dd999
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      CSharp.gitignore

+ 9 - 0
CSharp.gitignore

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