C Sharp 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
  2. [Bb]in/
  3. [Oo]bj/
  4. # mstest test results
  5. TestResults
  6. ## Ignore Visual Studio temporary files, build results, and
  7. ## files generated by popular Visual Studio add-ons.
  8. # User-specific files
  9. *.suo
  10. *.user
  11. *.sln.docstates
  12. # Build results
  13. [Dd]ebug/
  14. [Rr]elease/
  15. x64/
  16. *_i.c
  17. *_p.c
  18. *.ilk
  19. *.meta
  20. *.obj
  21. *.pch
  22. *.pdb
  23. *.pgc
  24. *.pgd
  25. *.rsp
  26. *.sbr
  27. *.tlb
  28. *.tli
  29. *.tlh
  30. *.tmp
  31. *.log
  32. *.vspscc
  33. *.vssscc
  34. .builds
  35. # Visual C++ cache files
  36. ipch/
  37. *.aps
  38. *.ncb
  39. *.opensdf
  40. *.sdf
  41. # Visual Studio profiler
  42. *.psess
  43. *.vsp
  44. *.vspx
  45. # Guidance Automation Toolkit
  46. *.gpState
  47. # ReSharper is a .NET coding add-in
  48. _ReSharper*
  49. # NCrunch
  50. *.ncrunch*
  51. .*crunch*.local.xml
  52. # Installshield output folder
  53. [Ee]xpress
  54. # DocProject is a documentation generator add-in
  55. DocProject/buildhelp/
  56. DocProject/Help/*.HxT
  57. DocProject/Help/*.HxC
  58. DocProject/Help/*.hhc
  59. DocProject/Help/*.hhk
  60. DocProject/Help/*.hhp
  61. DocProject/Help/Html2
  62. DocProject/Help/html
  63. # Click-Once directory
  64. publish
  65. # Publish Web Output
  66. *.Publish.xml
  67. # NuGet Packages Directory
  68. packages
  69. # Windows Azure Build Output
  70. csx
  71. *.build.csdef
  72. # Windows Store app package directory
  73. AppPackages/
  74. # Others
  75. [Bb]in
  76. [Oo]bj
  77. sql
  78. TestResults
  79. [Tt]est[Rr]esult*
  80. *.Cache
  81. ClientBin
  82. [Ss]tyle[Cc]op.*
  83. ~$*
  84. *.dbmdl
  85. Generated_Code #added for RIA/Silverlight projects
  86. # Backup & report files from converting an old project file to a newer
  87. # Visual Studio version. Backup files are not needed, because we have git ;-)
  88. _UpgradeReport_Files/
  89. Backup*/
  90. UpgradeLog*.XML