1- .DS_Store
2-
31# # Ignore Visual Studio temporary files, build results, and
42# # files generated by popular Visual Studio add-ons.
3+ # #
4+ # # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55
66# User-specific files
7+ * .rsuser
78* .suo
89* .user
910* .userosscache
1213# User-specific files (MonoDevelop/Xamarin Studio)
1314* .userprefs
1415
16+ # Mono auto generated files
17+ mono_crash. *
18+
1519# Build results
1620[Dd ]ebug /
1721[Dd ]ebugPublic /
1822[Rr ]elease /
1923[Rr ]eleases /
2024x64 /
2125x86 /
22- build /
26+ [Ww ][Ii ][Nn ]32 /
27+ [Aa ][Rr ][Mm ]/
28+ [Aa ][Rr ][Mm ]64 /
2329bld /
2430[Bb ]in /
2531[Oo ]bj /
32+ [Ll ]og /
33+ [Ll ]ogs /
2634
27- # Visual Studio 2015 cache/options directory
35+ # Visual Studio 2015/2017 cache/options directory
2836.vs /
2937# Uncomment if you have tasks that create the project's static files in wwwroot
3038# wwwroot/
3139
40+ # Visual Studio 2017 auto generated files
41+ Generated \ Files /
42+
3243# MSTest test Results
3344[Tt ]est [Rr ]esult * /
3445[Bb ]uild [Ll ]og. *
3546
36- # NUNIT
47+ # NUnit
3748* .VisualState.xml
3849TestResult.xml
50+ nunit- * .xml
3951
4052# Build Results of an ATL Project
4153[Dd ]ebugPS /
4254[Rr ]eleasePS /
4355dlldata.c
4456
45- # DNX
57+ # Benchmark Results
58+ BenchmarkDotNet.Artifacts /
59+
60+ # .NET Core
4661project.lock.json
62+ project.fragment.lock.json
4763artifacts /
4864
65+ # ASP.NET Scaffolding
66+ ScaffoldingReadMe.txt
67+
68+ # StyleCop
69+ StyleCopReport.xml
70+
71+ # Files built by Visual Studio
4972* _i.c
5073* _p.c
51- * _i .h
74+ * _h .h
5275* .ilk
5376* .meta
5477* .obj
78+ * .iobj
5579* .pch
5680* .pdb
81+ * .ipdb
5782* .pgc
5883* .pgd
5984* .rsp
@@ -63,6 +88,7 @@ artifacts/
6388* .tlh
6489* .tmp
6590* .tmp_proj
91+ * _wpftmp.csproj
6692* .log
6793* .vspscc
6894* .vssscc
@@ -82,13 +108,18 @@ ipch/
82108* .opensdf
83109* .sdf
84110* .cachefile
111+ * .VC.db
112+ * .VC.VC.opendb
85113
86114# Visual Studio profiler
87115* .psess
88116* .vsp
89117* .vspx
90118* .sap
91119
120+ # Visual Studio Trace Files
121+ * .e2e
122+
92123# TFS 2012 Local Workspace
93124$tf /
94125
@@ -100,15 +131,23 @@ _ReSharper*/
100131* . [Rr ]e [Ss ]harper
101132* .DotSettings.user
102133
103- # JustCode is a .NET coding add-in
104- .JustCode
105-
106134# TeamCity is a build add-in
107135_TeamCity *
108136
109137# DotCover is a Code Coverage Tool
110138* .dotCover
111139
140+ # AxoCover is a Code Coverage Tool
141+ .axoCover /*
142+ ! .axoCover /settings.json
143+
144+ # Coverlet is a free, cross platform Code Coverage Tool
145+ coverage * [.json, .xml, .info ]
146+
147+ # Visual Studio code coverage results
148+ * .coverage
149+ * .coveragexml
150+
112151# NCrunch
113152_NCrunch_ *
114153. * crunch * .local.xml
@@ -140,19 +179,29 @@ publish/
140179# Publish Web Output
141180* . [Pp ]ublish.xml
142181* .azurePubxml
143- # TODO : Comment the next line if you want to checkin your web deploy settings
182+ # Note : Comment the next line if you want to checkin your web deploy settings,
144183# but database connection strings (with potential passwords) will be unencrypted
145184* .pubxml
146185* .publishproj
147186
187+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
188+ # checkin your Azure Web App publish settings, but sensitive information contained
189+ # in these scripts will be unencrypted
190+ PublishScripts /
191+
148192# NuGet Packages
149193* .nupkg
194+ # NuGet Symbol Packages
195+ * .snupkg
150196# The packages folder can be ignored because of Package Restore
151- ** /packages /*
197+ ** /[ Pp ] ackages /*
152198# except build/, which is used as an MSBuild target.
153- ! ** /packages /build /
199+ ! ** /[ Pp ] ackages /build /
154200# Uncomment if necessary however generally it will be regenerated when needed
155- # !**/packages/repositories.config
201+ # !**/[Pp]ackages/repositories.config
202+ # NuGet v3's project.json files produces more ignorable files
203+ * .nuget.props
204+ * .nuget.targets
156205
157206# Microsoft Azure Build Output
158207csx /
@@ -162,30 +211,40 @@ csx/
162211ecf /
163212rcf /
164213
165- # Microsoft Azure ApplicationInsights config file
166- ApplicationInsights.config
167-
168- # Windows Store app package directory
214+ # Windows Store app package directories and files
169215AppPackages /
170216BundleArtifacts /
217+ Package.StoreAssociation.xml
218+ _pkginfo.txt
219+ * .appx
220+ * .appxbundle
221+ * .appxupload
171222
172223# Visual Studio cache files
173224# files ending in .cache can be ignored
174225* . [Cc ]ache
175226# but keep track of directories ending in .cache
176- ! * . [Cc ]ache /
227+ ! ? *. [Cc ]ache /
177228
178229# Others
179230ClientBin /
180231~$ *
181232* ~
182233* .dbmdl
183234* .dbproj.schemaview
235+ * .jfm
184236* .pfx
185237* .publishsettings
186- node_modules /
187238orleans.codegen.cs
188239
240+ # Including strong name files can present a security risk
241+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
242+ # *.snk
243+
244+ # Since there are multiple workflows, uncomment next line to ignore bower_components
245+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
246+ # bower_components/
247+
189248# RIA/Silverlight projects
190249Generated_Code /
191250
@@ -196,15 +255,22 @@ _UpgradeReport_Files/
196255Backup * /
197256UpgradeLog * .XML
198257UpgradeLog * .htm
258+ ServiceFabricBackup /
259+ * .rptproj.bak
199260
200261# SQL Server files
201262* .mdf
202263* .ldf
264+ * .ndf
203265
204266# Business Intelligence projects
205267* .rdl.data
206268* .bim.layout
207269* .bim_ * .settings
270+ * .rptproj.rsuser
271+ * - [Bb ]ackup.rdl
272+ * - [Bb ]ackup ( [0-9 ]).rdl
273+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
208274
209275# Microsoft Fakes
210276FakesAssemblies /
@@ -214,13 +280,17 @@ FakesAssemblies/
214280
215281# Node.js Tools for Visual Studio
216282.ntvs_analysis.dat
283+ node_modules /
217284
218285# Visual Studio 6 build log
219286* .plg
220287
221288# Visual Studio 6 workspace options file
222289* .opt
223290
291+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
292+ * .vbw
293+
224294# Visual Studio LightSwitch build output
225295** /* .HTMLClient /GeneratedArtifacts
226296** /* .DesktopClient /GeneratedArtifacts
@@ -231,9 +301,60 @@ _Pvt_Extensions
231301
232302# Paket dependency manager
233303.paket /paket.exe
304+ paket-files /
234305
235306# FAKE - F# Make
236307.fake /
237308
238- # ## Rider ###
239- .idea /
309+ # CodeRush personal settings
310+ .cr /personal
311+
312+ # Python Tools for Visual Studio (PTVS)
313+ __pycache__ /
314+ * .pyc
315+
316+ # Cake - Uncomment if you are using it
317+ # tools/**
318+ # !tools/packages.config
319+
320+ # Tabs Studio
321+ * .tss
322+
323+ # Telerik's JustMock configuration file
324+ * .jmconfig
325+
326+ # BizTalk build output
327+ * .btp.cs
328+ * .btm.cs
329+ * .odx.cs
330+ * .xsd.cs
331+
332+ # OpenCover UI analysis results
333+ OpenCover /
334+
335+ # Azure Stream Analytics local run output
336+ ASALocalRun /
337+
338+ # MSBuild Binary and Structured Log
339+ * .binlog
340+
341+ # NVidia Nsight GPU debugger configuration file
342+ * .nvuser
343+
344+ # MFractors (Xamarin productivity tool) working folder
345+ .mfractor /
346+
347+ # Local History for Visual Studio
348+ .localhistory /
349+
350+ # BeatPulse healthcheck temp database
351+ healthchecksdb
352+
353+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
354+ MigrationBackup /
355+
356+ # Ionide (cross platform F# VS Code tools) working folder
357+ .ionide /
358+
359+ # Fody - auto-generated XML schema
360+ FodyWeavers.xsd
0 commit comments