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 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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. [Dd]ebugPublic/
  10. [Rr]elease/
  11. [Rr]eleases/
  12. x64/
  13. x86/
  14. build/
  15. bld/
  16. [Bb]in/
  17. [Oo]bj/
  18. # Roslyn cache directories
  19. *.ide/
  20. # MSTest test Results
  21. [Tt]est[Rr]esult*/
  22. [Bb]uild[Ll]og.*
  23. #NUNIT
  24. *.VisualState.xml
  25. TestResult.xml
  26. # Build Results of an ATL Project
  27. [Dd]ebugPS/
  28. [Rr]eleasePS/
  29. dlldata.c
  30. *_i.c
  31. *_p.c
  32. *_i.h
  33. *.ilk
  34. *.meta
  35. *.obj
  36. *.pch
  37. *.pdb
  38. *.pgc
  39. *.pgd
  40. *.rsp
  41. *.sbr
  42. *.tlb
  43. *.tli
  44. *.tlh
  45. *.tmp
  46. *.tmp_proj
  47. *.log
  48. *.vspscc
  49. *.vssscc
  50. .builds
  51. *.pidb
  52. *.svclog
  53. *.scc
  54. # Chutzpah Test files
  55. _Chutzpah*
  56. # Visual C++ cache files
  57. ipch/
  58. *.aps
  59. *.ncb
  60. *.opensdf
  61. *.sdf
  62. *.cachefile
  63. # Visual Studio profiler
  64. *.psess
  65. *.vsp
  66. *.vspx
  67. # TFS 2012 Local Workspace
  68. $tf/
  69. # Guidance Automation Toolkit
  70. *.gpState
  71. # ReSharper is a .NET coding add-in
  72. _ReSharper*/
  73. *.[Rr]e[Ss]harper
  74. *.DotSettings.user
  75. # JustCode is a .NET coding addin-in
  76. .JustCode
  77. # TeamCity is a build add-in
  78. _TeamCity*
  79. # DotCover is a Code Coverage Tool
  80. *.dotCover
  81. # NCrunch
  82. _NCrunch_*
  83. .*crunch*.local.xml
  84. # MightyMoose
  85. *.mm.*
  86. AutoTest.Net/
  87. # Web workbench (sass)
  88. .sass-cache/
  89. # Installshield output folder
  90. [Ee]xpress/
  91. # DocProject is a documentation generator add-in
  92. DocProject/buildhelp/
  93. DocProject/Help/*.HxT
  94. DocProject/Help/*.HxC
  95. DocProject/Help/*.hhc
  96. DocProject/Help/*.hhk
  97. DocProject/Help/*.hhp
  98. DocProject/Help/Html2
  99. DocProject/Help/html
  100. # Click-Once directory
  101. publish/
  102. # Publish Web Output
  103. *.[Pp]ublish.xml
  104. *.azurePubxml
  105. # TODO: Comment the next line if you want to checkin your web deploy settings
  106. # but database connection strings (with potential passwords) will be unencrypted
  107. *.pubxml
  108. # NuGet Packages
  109. *.nupkg
  110. # The packages folder can be ignored because of Package Restore
  111. **/packages/*
  112. # except build/, which is used as an MSBuild target.
  113. !**/packages/build/
  114. # If using the old MSBuild-Integrated Package Restore, uncomment this:
  115. #!**/packages/repositories.config
  116. # Windows Azure Build Output
  117. csx/
  118. *.build.csdef
  119. # Windows Store app package directory
  120. AppPackages/
  121. # Others
  122. sql/
  123. *.Cache
  124. ClientBin/
  125. [Ss]tyle[Cc]op.*
  126. ~$*
  127. *~
  128. *.dbmdl
  129. *.dbproj.schemaview
  130. *.pfx
  131. *.publishsettings
  132. node_modules/
  133. # RIA/Silverlight projects
  134. Generated_Code/
  135. # Backup & report files from converting an old project file
  136. # to a newer Visual Studio version. Backup files are not needed,
  137. # because we have git ;-)
  138. _UpgradeReport_Files/
  139. Backup*/
  140. UpgradeLog*.XML
  141. UpgradeLog*.htm
  142. # SQL Server files
  143. *.mdf
  144. *.ldf
  145. # Business Intelligence projects
  146. *.rdl.data
  147. *.bim.layout
  148. *.bim_*.settings
  149. # Microsoft Fakes
  150. FakesAssemblies/