2424[Oo ]bj /
2525[Ll ]og /
2626
27- # Visual Studio 2015 cache/options directory
27+ # Visual Studio 2015/2017 cache/options directory
2828.vs /
2929# Uncomment if you have tasks that create the project's static files in wwwroot
3030# wwwroot/
3131
32+ # Visual Studio 2017 auto generated files
33+ Generated \ Files /
34+
3235# MSTest test Results
3336[Tt ]est [Rr ]esult * /
3437[Bb ]uild [Ll ]og. *
@@ -42,20 +45,29 @@ TestResult.xml
4245[Rr ]eleasePS /
4346dlldata.c
4447
48+ # Benchmark Results
49+ BenchmarkDotNet.Artifacts /
50+
4551# .NET Core
4652project.lock.json
4753project.fragment.lock.json
4854artifacts /
4955** /Properties /launchSettings.json
5056
57+ # StyleCop
58+ StyleCopReport.xml
59+
60+ # Files built by Visual Studio
5161* _i.c
5262* _p.c
5363* _i.h
5464* .ilk
5565* .meta
5666* .obj
67+ * .iobj
5768* .pch
5869* .pdb
70+ * .ipdb
5971* .pgc
6072* .pgd
6173* .rsp
93105* .vspx
94106* .sap
95107
108+ # Visual Studio Trace Files
109+ * .e2e
110+
96111# TFS 2012 Local Workspace
97112$tf /
98113
@@ -113,6 +128,10 @@ _TeamCity*
113128# DotCover is a Code Coverage Tool
114129* .dotCover
115130
131+ # AxoCover is a Code Coverage Tool
132+ .axoCover /*
133+ ! .axoCover /settings.json
134+
116135# Visual Studio code coverage results
117136* .coverage
118137* .coveragexml
@@ -148,7 +167,7 @@ publish/
148167# Publish Web Output
149168* . [Pp ]ublish.xml
150169* .azurePubxml
151- # TODO : Comment the next line if you want to checkin your web deploy settings
170+ # Note : Comment the next line if you want to checkin your web deploy settings,
152171# but database connection strings (with potential passwords) will be unencrypted
153172* .pubxml
154173* .publishproj
@@ -161,11 +180,11 @@ PublishScripts/
161180# NuGet Packages
162181* .nupkg
163182# The packages folder can be ignored because of Package Restore
164- ** /packages /*
183+ ** /[ Pp ] ackages /*
165184# except build/, which is used as an MSBuild target.
166- ! ** /packages /build /
185+ ! ** /[ Pp ] ackages /build /
167186# Uncomment if necessary however generally it will be regenerated when needed
168- # !**/packages /repositories.config
187+ # !**/[Pp]ackages /repositories.config
169188# NuGet v3's project.json files produces more ignorable files
170189* .nuget.props
171190* .nuget.targets
@@ -183,6 +202,7 @@ AppPackages/
183202BundleArtifacts /
184203Package.StoreAssociation.xml
185204_pkginfo.txt
205+ * .appx
186206
187207# Visual Studio cache files
188208# files ending in .cache can be ignored
@@ -201,6 +221,10 @@ ClientBin/
201221* .publishsettings
202222orleans.codegen.cs
203223
224+ # Including strong name files can present a security risk
225+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
226+ # *.snk
227+
204228# Since there are multiple workflows, uncomment next line to ignore bower_components
205229# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
206230# bower_components/
@@ -215,6 +239,8 @@ _UpgradeReport_Files/
215239Backup * /
216240UpgradeLog * .XML
217241UpgradeLog * .htm
242+ ServiceFabricBackup /
243+ * .rptproj.bak
218244
219245# SQL Server files
220246* .mdf
@@ -225,6 +251,7 @@ UpgradeLog*.htm
225251* .rdl.data
226252* .bim.layout
227253* .bim_ * .settings
254+ * .rptproj.rsuser
228255
229256# Microsoft Fakes
230257FakesAssemblies /
@@ -236,9 +263,6 @@ FakesAssemblies/
236263.ntvs_analysis.dat
237264node_modules /
238265
239- # Typescript v1 declaration files
240- typings /
241-
242266# Visual Studio 6 build log
243267* .plg
244268
@@ -275,9 +299,12 @@ __pycache__/
275299* .pyc
276300
277301# Cake - Uncomment if you are using it
278- tools /**
302+ # tools/**
279303# !tools/packages.config
280304
305+ # Tabs Studio
306+ * .tss
307+
281308# Telerik's JustMock configuration file
282309* .jmconfig
283310
@@ -287,5 +314,22 @@ tools/**
287314* .odx.cs
288315* .xsd.cs
289316
290- # macOS
291- .DS_Store
317+ # OpenCover UI analysis results
318+ OpenCover /
319+
320+ # Azure Stream Analytics local run output
321+ ASALocalRun /
322+
323+ # MSBuild Binary and Structured Log
324+ * .binlog
325+
326+ # NVidia Nsight GPU debugger configuration file
327+ * .nvuser
328+
329+ # MFractors (Xamarin productivity tool) working folder
330+ .mfractor /
331+
332+ # DocFX output
333+ /_site
334+ docfx /api /* .yml
335+ docfx /api /* .manifest
0 commit comments