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.

VisualStudio.gitignore 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. ## Ignore Visual Studio temporary files, build results, and
  2. ## files generated by popular Visual Studio add-ons.
  3. # User-specific files
  4. *.suo
  5. *.user
  6. *.sln.docstates
  7. # Build results
  8. [Dd]ebug*/
  9. [Rr]elease/
  10. build/
  11. [Tt]est[Rr]esult
  12. [Bb]uild[Ll]og.*
  13. *_i.c
  14. *_p.c
  15. *.ilk
  16. *.meta
  17. *.obj
  18. *.pch
  19. *.pdb
  20. *.pgc
  21. *.pgd
  22. *.rsp
  23. *.sbr
  24. *.tlb
  25. *.tli
  26. *.tlh
  27. *.tmp
  28. *.vspscc
  29. *.vssscc
  30. .builds
  31. *.pidb
  32. *.log
  33. *.scc
  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. *.[Rr]e[Ss]harper
  48. # NCrunch
  49. *.ncrunch*
  50. .*crunch*.local.xml
  51. # Installshield output folder
  52. [Ee]xpress
  53. # DocProject is a documentation generator add-in
  54. DocProject/buildhelp/
  55. DocProject/Help/*.HxT
  56. DocProject/Help/*.HxC
  57. DocProject/Help/*.hhc
  58. DocProject/Help/*.hhk
  59. DocProject/Help/*.hhp
  60. DocProject/Help/Html2
  61. DocProject/Help/html
  62. # Click-Once directory
  63. publish
  64. # Publish Web Output
  65. *.Publish.xml
  66. # Others
  67. [Bb]in
  68. [Oo]bj
  69. sql
  70. TestResults
  71. [Tt]est[Rr]esult*
  72. *.Cache
  73. ClientBin
  74. [Ss]tyle[Cc]op.*
  75. ~$*
  76. *.dbmdl
  77. *.[Pp]ublish.xml
  78. Generated_Code #added for RIA/Silverlight projects
  79. # Backup & report files from converting an old project file to a newer
  80. # Visual Studio version. Backup files are not needed, because we have git ;-)
  81. _UpgradeReport_Files/
  82. Backup*/
  83. UpgradeLog*.XML
  84. # NuGet
  85. packages/