You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CSharp.gitignore 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. *.vspscc
  32. *.vssscc
  33. .builds
  34. # Visual C++ cache files
  35. ipch/
  36. *.aps
  37. *.ncb
  38. *.opensdf
  39. *.sdf
  40. # Visual Studio profiler
  41. *.psess
  42. *.vsp
  43. # Guidance Automation Toolkit
  44. *.gpState
  45. # ReSharper is a .NET coding add-in
  46. _ReSharper*
  47. # NCrunch
  48. *.ncrunch*
  49. .*crunch*.local.xml
  50. # Installshield output folder
  51. [Ee]xpress
  52. # DocProject is a documentation generator add-in
  53. DocProject/buildhelp/
  54. DocProject/Help/*.HxT
  55. DocProject/Help/*.HxC
  56. DocProject/Help/*.hhc
  57. DocProject/Help/*.hhk
  58. DocProject/Help/*.hhp
  59. DocProject/Help/Html2
  60. DocProject/Help/html
  61. # Click-Once directory
  62. publish
  63. # Publish Web Output
  64. *.Publish.xml
  65. # Others
  66. [Bb]in
  67. [Oo]bj
  68. sql
  69. TestResults
  70. [Tt]est[Rr]esult*
  71. *.Cache
  72. ClientBin
  73. [Ss]tyle[Cc]op.*
  74. ~$*
  75. *.dbmdl
  76. Generated_Code #added for RIA/Silverlight projects
  77. # Backup & report files from converting an old project file to a newer
  78. # Visual Studio version. Backup files are not needed, because we have git ;-)
  79. _UpgradeReport_Files/
  80. Backup*/
  81. UpgradeLog*.XML