.gitignore 1.5 KB

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