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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  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. bld/
  18. [Bb]in/
  19. [Oo]bj/
  20. [Ll]og/
  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. project.fragment.lock.json
  38. artifacts/
  39. Properties/launchSettings.json
  40. *_i.c
  41. *_p.c
  42. *_i.h
  43. *.ilk
  44. *.meta
  45. *.obj
  46. *.pch
  47. *.pdb
  48. *.pgc
  49. *.pgd
  50. *.rsp
  51. *.sbr
  52. *.tlb
  53. *.tli
  54. *.tlh
  55. *.tmp
  56. *.tmp_proj
  57. *.log
  58. *.vspscc
  59. *.vssscc
  60. .builds
  61. *.pidb
  62. *.svclog
  63. *.scc
  64. # Chutzpah Test files
  65. _Chutzpah*
  66. # Visual C++ cache files
  67. ipch/
  68. *.aps
  69. *.ncb
  70. *.opendb
  71. *.opensdf
  72. *.sdf
  73. *.cachefile
  74. *.VC.db
  75. *.VC.VC.opendb
  76. # Visual Studio profiler
  77. *.psess
  78. *.vsp
  79. *.vspx
  80. *.sap
  81. # TFS 2012 Local Workspace
  82. $tf/
  83. # Guidance Automation Toolkit
  84. *.gpState
  85. # ReSharper is a .NET coding add-in
  86. _ReSharper*/
  87. *.[Rr]e[Ss]harper
  88. *.DotSettings.user
  89. # JustCode is a .NET coding add-in
  90. .JustCode
  91. # TeamCity is a build add-in
  92. _TeamCity*
  93. # DotCover is a Code Coverage Tool
  94. *.dotCover
  95. # Visual Studio code coverage results
  96. *.coverage
  97. *.coveragexml
  98. # NCrunch
  99. _NCrunch_*
  100. .*crunch*.local.xml
  101. nCrunchTemp_*
  102. # MightyMoose
  103. *.mm.*
  104. AutoTest.Net/
  105. # Web workbench (sass)
  106. .sass-cache/
  107. # Installshield output folder
  108. [Ee]xpress/
  109. # DocProject is a documentation generator add-in
  110. DocProject/buildhelp/
  111. DocProject/Help/*.HxT
  112. DocProject/Help/*.HxC
  113. DocProject/Help/*.hhc
  114. DocProject/Help/*.hhk
  115. DocProject/Help/*.hhp
  116. DocProject/Help/Html2
  117. DocProject/Help/html
  118. # Click-Once directory
  119. publish/
  120. # Publish Web Output
  121. *.[Pp]ublish.xml
  122. *.azurePubxml
  123. # TODO: Comment the next line if you want to checkin your web deploy settings
  124. # but database connection strings (with potential passwords) will be unencrypted
  125. *.pubxml
  126. *.publishproj
  127. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  128. # checkin your Azure Web App publish settings, but sensitive information contained
  129. # in these scripts will be unencrypted
  130. PublishScripts/
  131. # NuGet Packages
  132. *.nupkg
  133. # The packages folder can be ignored because of Package Restore
  134. **/packages/*
  135. # except build/, which is used as an MSBuild target.
  136. !**/packages/build/
  137. # Uncomment if necessary however generally it will be regenerated when needed
  138. #!**/packages/repositories.config
  139. # NuGet v3's project.json files produces more ignoreable files
  140. *.nuget.props
  141. *.nuget.targets
  142. # Microsoft Azure Build Output
  143. csx/
  144. *.build.csdef
  145. # Microsoft Azure Emulator
  146. ecf/
  147. rcf/
  148. # Windows Store app package directories and files
  149. AppPackages/
  150. BundleArtifacts/
  151. Package.StoreAssociation.xml
  152. _pkginfo.txt
  153. # Visual Studio cache files
  154. # files ending in .cache can be ignored
  155. *.[Cc]ache
  156. # but keep track of directories ending in .cache
  157. !*.[Cc]ache/
  158. # Others
  159. ClientBin/
  160. ~$*
  161. *~
  162. *.dbmdl
  163. *.dbproj.schemaview
  164. *.jfm
  165. *.pfx
  166. *.publishsettings
  167. node_modules/
  168. orleans.codegen.cs
  169. # Since there are multiple workflows, uncomment next line to ignore bower_components
  170. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  171. #bower_components/
  172. # RIA/Silverlight projects
  173. Generated_Code/
  174. # Backup & report files from converting an old project file
  175. # to a newer Visual Studio version. Backup files are not needed,
  176. # because we have git ;-)
  177. _UpgradeReport_Files/
  178. Backup*/
  179. UpgradeLog*.XML
  180. UpgradeLog*.htm
  181. # SQL Server files
  182. *.mdf
  183. *.ldf
  184. # Business Intelligence projects
  185. *.rdl.data
  186. *.bim.layout
  187. *.bim_*.settings
  188. # Microsoft Fakes
  189. FakesAssemblies/
  190. # GhostDoc plugin setting file
  191. *.GhostDoc.xml
  192. # Node.js Tools for Visual Studio
  193. .ntvs_analysis.dat
  194. # Visual Studio 6 build log
  195. *.plg
  196. # Visual Studio 6 workspace options file
  197. *.opt
  198. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  199. *.vbw
  200. # Visual Studio LightSwitch build output
  201. **/*.HTMLClient/GeneratedArtifacts
  202. **/*.DesktopClient/GeneratedArtifacts
  203. **/*.DesktopClient/ModelManifest.xml
  204. **/*.Server/GeneratedArtifacts
  205. **/*.Server/ModelManifest.xml
  206. _Pvt_Extensions
  207. # Paket dependency manager
  208. .paket/paket.exe
  209. paket-files/
  210. # FAKE - F# Make
  211. .fake/
  212. # JetBrains Rider
  213. .idea/
  214. *.sln.iml
  215. # CodeRush
  216. .cr/
  217. # Python Tools for Visual Studio (PTVS)
  218. __pycache__/
  219. *.pyc
  220. # Cake - Uncomment if you are using it
  221. # tools/