.gitignore 1.5 KB

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