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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. ## Ignore Visual Studio temporary files, build results, and
  2. ## files generated by popular Visual Studio add-ons.
  3. ##
  4. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  5. # User-specific files
  6. *.suo
  7. *.user
  8. *.userosscache
  9. *.sln.docstates
  10. # User-specific files (MonoDevelop/Xamarin Studio)
  11. *.userprefs
  12. # Build results
  13. [Dd]ebug/
  14. [Dd]ebugPublic/
  15. [Rr]elease/
  16. [Rr]eleases/
  17. x64/
  18. x86/
  19. bld/
  20. [Bb]in/
  21. [Oo]bj/
  22. [Ll]og/
  23. # Visual Studio 2015/2017 cache/options directory
  24. .vs/
  25. # Uncomment if you have tasks that create the project's static files in wwwroot
  26. #wwwroot/
  27. # Visual Studio 2017 auto generated files
  28. Generated\ Files/
  29. # MSTest test Results
  30. [Tt]est[Rr]esult*/
  31. [Bb]uild[Ll]og.*
  32. # NUNIT
  33. *.VisualState.xml
  34. TestResult.xml
  35. # Build Results of an ATL Project
  36. [Dd]ebugPS/
  37. [Rr]eleasePS/
  38. dlldata.c
  39. # Benchmark Results
  40. BenchmarkDotNet.Artifacts/
  41. # .NET Core
  42. project.lock.json
  43. project.fragment.lock.json
  44. artifacts/
  45. # StyleCop
  46. StyleCopReport.xml
  47. # Files built by Visual Studio
  48. *_i.c
  49. *_p.c
  50. *_i.h
  51. *.ilk
  52. *.meta
  53. *.obj
  54. *.iobj
  55. *.pch
  56. *.pdb
  57. *.ipdb
  58. *.pgc
  59. *.pgd
  60. *.rsp
  61. *.sbr
  62. *.tlb
  63. *.tli
  64. *.tlh
  65. *.tmp
  66. *.tmp_proj
  67. *.log
  68. *.vspscc
  69. *.vssscc
  70. .builds
  71. *.pidb
  72. *.svclog
  73. *.scc
  74. # Chutzpah Test files
  75. _Chutzpah*
  76. # Visual C++ cache files
  77. ipch/
  78. *.aps
  79. *.ncb
  80. *.opendb
  81. *.opensdf
  82. *.sdf
  83. *.cachefile
  84. *.VC.db
  85. *.VC.VC.opendb
  86. # Visual Studio profiler
  87. *.psess
  88. *.vsp
  89. *.vspx
  90. *.sap
  91. # Visual Studio Trace Files
  92. *.e2e
  93. # TFS 2012 Local Workspace
  94. $tf/
  95. # Guidance Automation Toolkit
  96. *.gpState
  97. # ReSharper is a .NET coding add-in
  98. _ReSharper*/
  99. *.[Rr]e[Ss]harper
  100. *.DotSettings.user
  101. # JustCode is a .NET coding add-in
  102. .JustCode
  103. # TeamCity is a build add-in
  104. _TeamCity*
  105. # DotCover is a Code Coverage Tool
  106. *.dotCover
  107. # AxoCover is a Code Coverage Tool
  108. .axoCover/*
  109. !.axoCover/settings.json
  110. # Visual Studio code coverage results
  111. *.coverage
  112. *.coveragexml
  113. # NCrunch
  114. _NCrunch_*
  115. .*crunch*.local.xml
  116. nCrunchTemp_*
  117. # MightyMoose
  118. *.mm.*
  119. AutoTest.Net/
  120. # Web workbench (sass)
  121. .sass-cache/
  122. # Installshield output folder
  123. [Ee]xpress/
  124. # DocProject is a documentation generator add-in
  125. DocProject/buildhelp/
  126. DocProject/Help/*.HxT
  127. DocProject/Help/*.HxC
  128. DocProject/Help/*.hhc
  129. DocProject/Help/*.hhk
  130. DocProject/Help/*.hhp
  131. DocProject/Help/Html2
  132. DocProject/Help/html
  133. # Click-Once directory
  134. publish/
  135. # Publish Web Output
  136. *.[Pp]ublish.xml
  137. *.azurePubxml
  138. # Note: Comment the next line if you want to checkin your web deploy settings,
  139. # but database connection strings (with potential passwords) will be unencrypted
  140. *.pubxml
  141. *.publishproj
  142. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  143. # checkin your Azure Web App publish settings, but sensitive information contained
  144. # in these scripts will be unencrypted
  145. PublishScripts/
  146. # NuGet Packages
  147. *.nupkg
  148. # The packages folder can be ignored because of Package Restore
  149. **/[Pp]ackages/*
  150. # except build/, which is used as an MSBuild target.
  151. !**/[Pp]ackages/build/
  152. # Uncomment if necessary however generally it will be regenerated when needed
  153. #!**/[Pp]ackages/repositories.config
  154. # NuGet v3's project.json files produces more ignorable files
  155. *.nuget.props
  156. *.nuget.targets
  157. # Microsoft Azure Build Output
  158. csx/
  159. *.build.csdef
  160. # Microsoft Azure Emulator
  161. ecf/
  162. rcf/
  163. # Windows Store app package directories and files
  164. AppPackages/
  165. BundleArtifacts/
  166. Package.StoreAssociation.xml
  167. _pkginfo.txt
  168. *.appx
  169. # Visual Studio cache files
  170. # files ending in .cache can be ignored
  171. *.[Cc]ache
  172. # but keep track of directories ending in .cache
  173. !*.[Cc]ache/
  174. # Others
  175. ClientBin/
  176. ~$*
  177. *~
  178. *.dbmdl
  179. *.dbproj.schemaview
  180. *.jfm
  181. *.pfx
  182. *.publishsettings
  183. orleans.codegen.cs
  184. # Including strong name files can present a security risk
  185. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  186. #*.snk
  187. # Since there are multiple workflows, uncomment next line to ignore bower_components
  188. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  189. #bower_components/
  190. # RIA/Silverlight projects
  191. Generated_Code/
  192. # Backup & report files from converting an old project file
  193. # to a newer Visual Studio version. Backup files are not needed,
  194. # because we have git ;-)
  195. _UpgradeReport_Files/
  196. Backup*/
  197. UpgradeLog*.XML
  198. UpgradeLog*.htm
  199. ServiceFabricBackup/
  200. *.rptproj.bak
  201. # SQL Server files
  202. *.mdf
  203. *.ldf
  204. *.ndf
  205. # Business Intelligence projects
  206. *.rdl.data
  207. *.bim.layout
  208. *.bim_*.settings
  209. *.rptproj.rsuser
  210. # Microsoft Fakes
  211. FakesAssemblies/
  212. # GhostDoc plugin setting file
  213. *.GhostDoc.xml
  214. # Node.js Tools for Visual Studio
  215. .ntvs_analysis.dat
  216. node_modules/
  217. # Visual Studio 6 build log
  218. *.plg
  219. # Visual Studio 6 workspace options file
  220. *.opt
  221. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  222. *.vbw
  223. # Visual Studio LightSwitch build output
  224. **/*.HTMLClient/GeneratedArtifacts
  225. **/*.DesktopClient/GeneratedArtifacts
  226. **/*.DesktopClient/ModelManifest.xml
  227. **/*.Server/GeneratedArtifacts
  228. **/*.Server/ModelManifest.xml
  229. _Pvt_Extensions
  230. # Paket dependency manager
  231. .paket/paket.exe
  232. paket-files/
  233. # FAKE - F# Make
  234. .fake/
  235. # JetBrains Rider
  236. .idea/
  237. *.sln.iml
  238. # CodeRush
  239. .cr/
  240. # Python Tools for Visual Studio (PTVS)
  241. __pycache__/
  242. *.pyc
  243. # Cake - Uncomment if you are using it
  244. # tools/**
  245. # !tools/packages.config
  246. # Tabs Studio
  247. *.tss
  248. # Telerik's JustMock configuration file
  249. *.jmconfig
  250. # BizTalk build output
  251. *.btp.cs
  252. *.btm.cs
  253. *.odx.cs
  254. *.xsd.cs
  255. # OpenCover UI analysis results
  256. OpenCover/
  257. # Azure Stream Analytics local run output
  258. ASALocalRun/
  259. # MSBuild Binary and Structured Log
  260. *.binlog
  261. # NVidia Nsight GPU debugger configuration file
  262. *.nvuser
  263. # MFractors (Xamarin productivity tool) working folder
  264. .mfractor/