···11+lines (319 sloc) 6.7 KB
22+33+## Ignore Visual Studio temporary files, build results, and
44+## files generated by popular Visual Studio add-ons.
55+##
66+## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
77+88+# User-specific files
99+*.rsuser
1010+*.suo
1111+*.user
1212+*.userosscache
1313+*.sln.docstates
1414+1515+# User-specific files (MonoDevelop/Xamarin Studio)
1616+*.userprefs
1717+1818+# Mono auto generated files
1919+mono_crash.*
2020+2121+# Build results
2222+[Dd]ebug/
2323+[Dd]ebugPublic/
2424+[Rr]elease/
2525+[Rr]eleases/
2626+x64/
2727+x86/
2828+[Ww][Ii][Nn]32/
2929+[Aa][Rr][Mm]/
3030+[Aa][Rr][Mm]64/
3131+bld/
3232+[Bb]in/
3333+[Oo]bj/
3434+[Ll]og/
3535+[Ll]ogs/
3636+3737+# Visual Studio 2015/2017 cache/options directory
3838+.vs/
3939+# Uncomment if you have tasks that create the project's static files in wwwroot
4040+#wwwroot/
4141+4242+# Visual Studio 2017 auto generated files
4343+Generated\ Files/
4444+4545+# MSTest test Results
4646+[Tt]est[Rr]esult*/
4747+[Bb]uild[Ll]og.*
4848+4949+# NUnit
5050+*.VisualState.xml
5151+TestResult.xml
5252+nunit-*.xml
5353+5454+# Build Results of an ATL Project
5555+[Dd]ebugPS/
5656+[Rr]eleasePS/
5757+dlldata.c
5858+5959+# Benchmark Results
6060+BenchmarkDotNet.Artifacts/
6161+6262+# .NET Core
6363+project.lock.json
6464+project.fragment.lock.json
6565+artifacts/
6666+6767+# ASP.NET Scaffolding
6868+ScaffoldingReadMe.txt
6969+7070+# StyleCop
7171+StyleCopReport.xml
7272+7373+# Files built by Visual Studio
7474+*_i.c
7575+*_p.c
7676+*_h.h
7777+*.ilk
7878+*.meta
7979+*.obj
8080+*.iobj
8181+*.pch
8282+*.pdb
8383+*.ipdb
8484+*.pgc
8585+*.pgd
8686+*.rsp
8787+*.sbr
8888+*.tlb
8989+*.tli
9090+*.tlh
9191+*.tmp
9292+*.tmp_proj
9393+*_wpftmp.csproj
9494+*.log
9595+*.tlog
9696+*.vspscc
9797+*.vssscc
9898+.builds
9999+*.pidb
100100+*.svclog
101101+*.scc
102102+103103+# Chutzpah Test files
104104+_Chutzpah*
105105+106106+# Visual C++ cache files
107107+ipch/
108108+*.aps
109109+*.ncb
110110+*.opendb
111111+*.opensdf
112112+*.sdf
113113+*.cachefile
114114+*.VC.db
115115+*.VC.VC.opendb
116116+117117+# Visual Studio profiler
118118+*.psess
119119+*.vsp
120120+*.vspx
121121+*.sap
122122+123123+# Visual Studio Trace Files
124124+*.e2e
125125+126126+# TFS 2012 Local Workspace
127127+$tf/
128128+129129+# Guidance Automation Toolkit
130130+*.gpState
131131+132132+# ReSharper is a .NET coding add-in
133133+_ReSharper*/
134134+*.[Rr]e[Ss]harper
135135+*.DotSettings.user
136136+137137+# TeamCity is a build add-in
138138+_TeamCity*
139139+140140+# DotCover is a Code Coverage Tool
141141+*.dotCover
142142+143143+# AxoCover is a Code Coverage Tool
144144+.axoCover/*
145145+!.axoCover/settings.json
146146+147147+# Coverlet is a free, cross platform Code Coverage Tool
148148+coverage*.json
149149+coverage*.xml
150150+coverage*.info
151151+152152+# Visual Studio code coverage results
153153+*.coverage
154154+*.coveragexml
155155+156156+# NCrunch
157157+_NCrunch_*
158158+.*crunch*.local.xml
159159+nCrunchTemp_*
160160+161161+# MightyMoose
162162+*.mm.*
163163+AutoTest.Net/
164164+165165+# Web workbench (sass)
166166+.sass-cache/
167167+168168+# Installshield output folder
169169+[Ee]xpress/
170170+171171+# DocProject is a documentation generator add-in
172172+DocProject/buildhelp/
173173+DocProject/Help/*.HxT
174174+DocProject/Help/*.HxC
175175+DocProject/Help/*.hhc
176176+DocProject/Help/*.hhk
177177+DocProject/Help/*.hhp
178178+DocProject/Help/Html2
179179+DocProject/Help/html
180180+181181+# Click-Once directory
182182+publish/
183183+184184+# Publish Web Output
185185+*.[Pp]ublish.xml
186186+*.azurePubxml
187187+# Note: Comment the next line if you want to checkin your web deploy settings,
188188+# but database connection strings (with potential passwords) will be unencrypted
189189+*.pubxml
190190+*.publishproj
191191+192192+# Microsoft Azure Web App publish settings. Comment the next line if you want to
193193+# checkin your Azure Web App publish settings, but sensitive information contained
194194+# in these scripts will be unencrypted
195195+PublishScripts/
196196+197197+# NuGet Packages
198198+*.nupkg
199199+# NuGet Symbol Packages
200200+*.snupkg
201201+# The packages folder can be ignored because of Package Restore
202202+**/[Pp]ackages/*
203203+# except build/, which is used as an MSBuild target.
204204+!**/[Pp]ackages/build/
205205+# Uncomment if necessary however generally it will be regenerated when needed
206206+#!**/[Pp]ackages/repositories.config
207207+# NuGet v3's project.json files produces more ignorable files
208208+*.nuget.props
209209+*.nuget.targets
210210+211211+# Microsoft Azure Build Output
212212+csx/
213213+*.build.csdef
214214+215215+# Microsoft Azure Emulator
216216+ecf/
217217+rcf/
218218+219219+# Windows Store app package directories and files
220220+AppPackages/
221221+BundleArtifacts/
222222+Package.StoreAssociation.xml
223223+_pkginfo.txt
224224+*.appx
225225+*.appxbundle
226226+*.appxupload
227227+228228+# Visual Studio cache files
229229+# files ending in .cache can be ignored
230230+*.[Cc]ache
231231+# but keep track of directories ending in .cache
232232+!?*.[Cc]ache/
233233+234234+# Others
235235+ClientBin/
236236+~$*
237237+*~
238238+*.dbmdl
239239+*.dbproj.schemaview
240240+*.jfm
241241+*.pfx
242242+*.publishsettings
243243+orleans.codegen.cs
244244+245245+# Including strong name files can present a security risk
246246+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
247247+#*.snk
248248+249249+# Since there are multiple workflows, uncomment next line to ignore bower_components
250250+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
251251+#bower_components/
252252+253253+# RIA/Silverlight projects
254254+Generated_Code/
255255+256256+# Backup & report files from converting an old project file
257257+# to a newer Visual Studio version. Backup files are not needed,
258258+# because we have git ;-)
259259+_UpgradeReport_Files/
260260+Backup*/
261261+UpgradeLog*.XML
262262+UpgradeLog*.htm
263263+ServiceFabricBackup/
264264+*.rptproj.bak
265265+266266+# SQL Server files
267267+*.mdf
268268+*.ldf
269269+*.ndf
270270+271271+# Business Intelligence projects
272272+*.rdl.data
273273+*.bim.layout
274274+*.bim_*.settings
275275+*.rptproj.rsuser
276276+*- [Bb]ackup.rdl
277277+*- [Bb]ackup ([0-9]).rdl
278278+*- [Bb]ackup ([0-9][0-9]).rdl
279279+280280+# Microsoft Fakes
281281+FakesAssemblies/
282282+283283+# GhostDoc plugin setting file
284284+*.GhostDoc.xml
285285+286286+# Node.js Tools for Visual Studio
287287+.ntvs_analysis.dat
288288+node_modules/
289289+290290+# Visual Studio 6 build log
291291+*.plg
292292+293293+# Visual Studio 6 workspace options file
294294+*.opt
295295+296296+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
297297+*.vbw
298298+299299+# Visual Studio 6 auto-generated project file (contains which files were open etc.)
300300+*.vbp
301301+302302+# Visual Studio 6 workspace and project file (working project files containing files to include in project)
303303+*.dsw
304304+*.dsp
305305+306306+# Visual Studio 6 technical files
307307+*.ncb
308308+*.aps
309309+310310+# Visual Studio LightSwitch build output
311311+**/*.HTMLClient/GeneratedArtifacts
312312+**/*.DesktopClient/GeneratedArtifacts
313313+**/*.DesktopClient/ModelManifest.xml
314314+**/*.Server/GeneratedArtifacts
315315+**/*.Server/ModelManifest.xml
316316+_Pvt_Extensions
317317+318318+# Paket dependency manager
319319+.paket/paket.exe
320320+paket-files/
321321+322322+# FAKE - F# Make
323323+.fake/
324324+325325+# CodeRush personal settings
326326+.cr/personal
327327+328328+# Python Tools for Visual Studio (PTVS)
329329+__pycache__/
330330+*.pyc
331331+332332+# Cake - Uncomment if you are using it
333333+# tools/**
334334+# !tools/packages.config
335335+336336+# Tabs Studio
337337+*.tss
338338+339339+# Telerik's JustMock configuration file
340340+*.jmconfig
341341+342342+# BizTalk build output
343343+*.btp.cs
344344+*.btm.cs
345345+*.odx.cs
346346+*.xsd.cs
347347+348348+# OpenCover UI analysis results
349349+OpenCover/
350350+351351+# Azure Stream Analytics local run output
352352+ASALocalRun/
353353+354354+# MSBuild Binary and Structured Log
355355+*.binlog
356356+357357+# NVidia Nsight GPU debugger configuration file
358358+*.nvuser
359359+360360+# MFractors (Xamarin productivity tool) working folder
361361+.mfractor/
362362+363363+# Local History for Visual Studio
364364+.localhistory/
365365+366366+# Visual Studio History (VSHistory) files
367367+.vshistory/
368368+369369+# BeatPulse healthcheck temp database
370370+healthchecksdb
371371+372372+# Backup folder for Package Reference Convert tool in Visual Studio 2017
373373+MigrationBackup/
374374+375375+# Ionide (cross platform F# VS Code tools) working folder
376376+.ionide/
377377+378378+# Fody - auto-generated XML schema
379379+FodyWeavers.xsd
380380+381381+# VS Code files for those working on multiple tools
382382+.vscode/*
383383+!.vscode/settings.json
384384+!.vscode/tasks.json
385385+!.vscode/launch.json
386386+!.vscode/extensions.json
387387+*.code-workspace
388388+389389+# Local History for Visual Studio Code
390390+.history/
391391+392392+# Windows Installer files from build outputs
393393+*.cab
394394+*.msi
395395+*.msix
396396+*.msm
397397+*.msp
398398+399399+# JetBrains Rider
400400+*.sln.iml