.gitignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. #################
  2. ## Visual Studio
  3. #################
  4. ## Ignore Visual Studio temporary files, build results, and
  5. ## files generated by popular Visual Studio add-ons.
  6. # User-specific files
  7. *.suo
  8. *.user
  9. *.sln.docstates
  10. # Build results
  11. [Dd]ebug/
  12. [Rr]elease/
  13. [Dd]ebug_[Uu]nicode/
  14. [Rr]elease_[Uu]nicode/
  15. [Dd]ebug_[Ss]tatic/
  16. [Rr]elease_[Ss]tatic/
  17. [Dd]ebug_[Uu]nicode/
  18. [Rr]elease_[Uu]nicode/
  19. [Dd]ebug_[Ss]tatic_[Uu]nicode/
  20. [Rr]elease_[Ss]tatic_[Uu]nicode/
  21. x64/
  22. build/
  23. [Bb]in/
  24. [Oo]bj/
  25. # MSTest test Results
  26. [Tt]est[Rr]esult*/
  27. [Bb]uild[Ll]og.*
  28. *_i.c
  29. *_p.c
  30. *.ilk
  31. *.meta
  32. *.obj
  33. *.pch
  34. *.pdb
  35. *.pgc
  36. *.pgd
  37. *.rsp
  38. *.sbr
  39. *.tlb
  40. *.tli
  41. *.tlh
  42. *.tmp
  43. *.tmp_proj
  44. *.log
  45. *.vspscc
  46. *.vssscc
  47. .builds
  48. *.pidb
  49. *.log
  50. *.scc
  51. # Visual C++ cache files
  52. ipch/
  53. *.aps
  54. *.ncb
  55. *.opensdf
  56. *.sdf
  57. *.cachefile
  58. # Visual Studio profiler
  59. *.psess
  60. *.vsp
  61. *.vspx
  62. # Guidance Automation Toolkit
  63. *.gpState
  64. # ReSharper is a .NET coding add-in
  65. _ReSharper*/
  66. *.[Rr]e[Ss]harper
  67. # TeamCity is a build add-in
  68. _TeamCity*
  69. # DotCover is a Code Coverage Tool
  70. *.dotCover
  71. # NCrunch
  72. *.ncrunch*
  73. .*crunch*.local.xml
  74. # Installshield output folder
  75. [Ee]xpress/
  76. # DocProject is a documentation generator add-in
  77. DocProject/buildhelp/
  78. DocProject/Help/*.HxT
  79. DocProject/Help/*.HxC
  80. DocProject/Help/*.hhc
  81. DocProject/Help/*.hhk
  82. DocProject/Help/*.hhp
  83. DocProject/Help/Html2
  84. DocProject/Help/html
  85. # Click-Once directory
  86. publish/
  87. # Publish Web Output
  88. *.Publish.xml
  89. *.pubxml
  90. *.publishproj
  91. # NuGet Packages Directory
  92. ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
  93. #packages/
  94. # Windows Azure Build Output
  95. csx
  96. *.build.csdef
  97. # Windows Store app package directory
  98. AppPackages/
  99. # Others
  100. sql/
  101. *.Cache
  102. ClientBin/
  103. [Ss]tyle[Cc]op.*
  104. ~$*
  105. *~
  106. *.dbmdl
  107. *.[Pp]ublish.xml
  108. *.pfx
  109. *.publishsettings
  110. # RIA/Silverlight projects
  111. Generated_Code/
  112. # Backup & report files from converting an old project file to a newer
  113. # Visual Studio version. Backup files are not needed, because we have git ;-)
  114. _UpgradeReport_Files/
  115. Backup*/
  116. UpgradeLog*.XML
  117. UpgradeLog*.htm
  118. # SQL Server files
  119. App_Data/*.mdf
  120. App_Data/*.ldf