.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. # ---> C Sharp
  2. # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
  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. *_i.c
  16. *_p.c
  17. *.ilk
  18. *.meta
  19. *.obj
  20. *.pch
  21. *.pdb
  22. *.pgc
  23. *.pgd
  24. *.rsp
  25. *.sbr
  26. *.tlb
  27. *.tli
  28. *.tlh
  29. *.tmp
  30. *.log
  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. *.vspx
  44. # Guidance Automation Toolkit
  45. *.gpState
  46. # ReSharper is a .NET coding add-in
  47. _ReSharper*
  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. # NuGet Packages Directory
  67. packages
  68. # Windows Azure Build Output
  69. csx
  70. *.build.csdef
  71. # Windows Store app package directory
  72. AppPackages/
  73. # Others
  74. [Oo]bj
  75. sql
  76. TestResults
  77. [Tt]est[Rr]esult*
  78. *.Cache
  79. ClientBin
  80. [Ss]tyle[Cc]op.*
  81. ~$*
  82. *.dbmdl
  83. Generated_Code #added for RIA/Silverlight projects
  84. # Backup & report files from converting an old project file to a newer
  85. # Visual Studio version. Backup files are not needed, because we have git ;-)
  86. _UpgradeReport_Files/
  87. Backup*/
  88. UpgradeLog*.XML
  89. /.vs
  90. Logs