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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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. *.userosscache
  7. *.sln.docstates
  8. # User-specific files (MonoDevelop/Xamarin Studio)
  9. *.userprefs
  10. # Build results
  11. [Dd]ebug/
  12. [Dd]ebugPublic/
  13. [Rr]elease/
  14. [Rr]eleases/
  15. x64/
  16. x86/
  17. build/
  18. bld/
  19. [Bb]in/
  20. [Oo]bj/
  21. # Visual Studio 2015 cache/options directory
  22. .vs/
  23. # Uncomment if you have tasks that create the project's static files in wwwroot
  24. #wwwroot/
  25. # MSTest test Results
  26. [Tt]est[Rr]esult*/
  27. [Bb]uild[Ll]og.*
  28. # NUNIT
  29. *.VisualState.xml
  30. TestResult.xml
  31. # Build Results of an ATL Project
  32. [Dd]ebugPS/
  33. [Rr]eleasePS/
  34. dlldata.c
  35. # DNX
  36. project.lock.json
  37. artifacts/
  38. *_i.c
  39. *_p.c
  40. *_i.h
  41. *.ilk
  42. *.meta
  43. *.obj
  44. *.pch
  45. *.pdb
  46. *.pgc
  47. *.pgd
  48. *.rsp
  49. *.sbr
  50. *.tlb
  51. *.tli
  52. *.tlh
  53. *.tmp
  54. *.tmp_proj
  55. *.log
  56. *.vspscc
  57. *.vssscc
  58. .builds
  59. *.pidb
  60. *.svclog
  61. *.scc
  62. # Chutzpah Test files
  63. _Chutzpah*
  64. # Visual C++ cache files
  65. ipch/
  66. *.aps
  67. *.ncb
  68. *.opendb
  69. *.opensdf
  70. *.sdf
  71. *.cachefile
  72. # Visual Studio profiler
  73. *.psess
  74. *.vsp
  75. *.vspx
  76. *.sap
  77. # TFS 2012 Local Workspace
  78. $tf/
  79. # Guidance Automation Toolkit
  80. *.gpState
  81. # ReSharper is a .NET coding add-in
  82. _ReSharper*/
  83. *.[Rr]e[Ss]harper
  84. *.DotSettings.user
  85. # JustCode is a .NET coding add-in
  86. .JustCode
  87. # TeamCity is a build add-in
  88. _TeamCity*
  89. # DotCover is a Code Coverage Tool
  90. *.dotCover
  91. # NCrunch
  92. _NCrunch_*
  93. .*crunch*.local.xml
  94. nCrunchTemp_*
  95. # MightyMoose
  96. *.mm.*
  97. AutoTest.Net/
  98. # Web workbench (sass)
  99. .sass-cache/
  100. # Installshield output folder
  101. [Ee]xpress/
  102. # DocProject is a documentation generator add-in
  103. DocProject/buildhelp/
  104. DocProject/Help/*.HxT
  105. DocProject/Help/*.HxC
  106. DocProject/Help/*.hhc
  107. DocProject/Help/*.hhk
  108. DocProject/Help/*.hhp
  109. DocProject/Help/Html2
  110. DocProject/Help/html
  111. # Click-Once directory
  112. publish/
  113. # Publish Web Output
  114. *.[Pp]ublish.xml
  115. *.azurePubxml
  116. # TODO: Comment the next line if you want to checkin your web deploy settings
  117. # but database connection strings (with potential passwords) will be unencrypted
  118. *.pubxml
  119. *.publishproj
  120. # NuGet Packages
  121. *.nupkg
  122. # The packages folder can be ignored because of Package Restore
  123. **/packages/*
  124. # except build/, which is used as an MSBuild target.
  125. !**/packages/build/
  126. # Uncomment if necessary however generally it will be regenerated when needed
  127. #!**/packages/repositories.config
  128. # Windows Azure Build Output
  129. csx/
  130. *.build.csdef
  131. # Windows Azure Emulator
  132. ecf/
  133. rcf/
  134. # Windows Store app package directory
  135. AppPackages/
  136. # Visual Studio cache files
  137. # files ending in .cache can be ignored
  138. *.[Cc]ache
  139. # but keep track of directories ending in .cache
  140. !*.[Cc]ache/
  141. # Others
  142. ClientBin/
  143. [Ss]tyle[Cc]op.*
  144. ~$*
  145. *~
  146. *.dbmdl
  147. *.dbproj.schemaview
  148. *.pfx
  149. *.publishsettings
  150. node_modules/
  151. orleans.codegen.cs
  152. # RIA/Silverlight projects
  153. Generated_Code/
  154. # Backup & report files from converting an old project file
  155. # to a newer Visual Studio version. Backup files are not needed,
  156. # because we have git ;-)
  157. _UpgradeReport_Files/
  158. Backup*/
  159. UpgradeLog*.XML
  160. UpgradeLog*.htm
  161. # SQL Server files
  162. *.mdf
  163. *.ldf
  164. # Business Intelligence projects
  165. *.rdl.data
  166. *.bim.layout
  167. *.bim_*.settings
  168. # Microsoft Fakes
  169. FakesAssemblies/
  170. # GhostDoc plugin setting file
  171. *.GhostDoc.xml
  172. # Node.js Tools for Visual Studio
  173. .ntvs_analysis.dat
  174. # Visual Studio 6 build log
  175. *.plg
  176. # Visual Studio 6 workspace options file
  177. *.opt
  178. # Visual Studio LightSwitch build output
  179. **/*.HTMLClient/GeneratedArtifacts
  180. **/*.DesktopClient/GeneratedArtifacts
  181. **/*.DesktopClient/ModelManifest.xml
  182. **/*.Server/GeneratedArtifacts
  183. **/*.Server/ModelManifest.xml
  184. _Pvt_Extensions
  185. # Paket dependency manager
  186. .paket/paket.exe
  187. # FAKE - F# Make
  188. .fake/