@@ -9,6 +9,7 @@ Files.App.SaveDialog*.dll
99Files.App.Launcher.exe
1010
1111# User-specific files
12+ * .rsuser
1213* .suo
1314* .user
1415* .userosscache
@@ -17,17 +18,24 @@ Files.App.Launcher.exe
1718# User-specific files (MonoDevelop/Xamarin Studio)
1819* .userprefs
1920
21+ # Mono auto generated files
22+ mono_crash. *
23+
2024# Build results
2125[Dd ]ebug /
2226[Dd ]ebugPublic /
2327[Rr ]elease /
2428[Rr ]eleases /
2529x64 /
2630x86 /
31+ [Ww ][Ii ][Nn ]32 /
32+ [Aa ][Rr ][Mm ]/
33+ [Aa ][Rr ][Mm ]64 /
2734bld /
2835[Bb ]in /
2936[Oo ]bj /
3037[Ll ]og /
38+ [Ll ]ogs /
3139
3240# Visual Studio 2015/2017 cache/options directory
3341.vs /
@@ -41,9 +49,10 @@ Generated\ Files/
4149[Tt ]est [Rr ]esult * /
4250[Bb ]uild [Ll ]og. *
4351
44- # NUNIT
52+ # NUnit
4553* .VisualState.xml
4654TestResult.xml
55+ nunit- * .xml
4756
4857# Build Results of an ATL Project
4958[Dd ]ebugPS /
@@ -57,6 +66,10 @@ BenchmarkDotNet.Artifacts/
5766project.lock.json
5867project.fragment.lock.json
5968artifacts /
69+ ** /Properties /launchSettings.json
70+
71+ # ASP.NET Scaffolding
72+ ScaffoldingReadMe.txt
6073
6174# StyleCop
6275StyleCopReport.xml
@@ -65,6 +78,7 @@ StyleCopReport.xml
6578* _i.c
6679* _p.c
6780* _i.h
81+ * _h.h
6882* .ilk
6983* .meta
7084* .obj
@@ -81,7 +95,9 @@ StyleCopReport.xml
8195* .tlh
8296* .tmp
8397* .tmp_proj
98+ * _wpftmp.csproj
8499* .log
100+ * .tlog
85101* .vspscc
86102* .vssscc
87103.builds
@@ -136,6 +152,11 @@ _TeamCity*
136152.axoCover /*
137153! .axoCover /settings.json
138154
155+ # Coverlet is a free, cross platform Code Coverage Tool
156+ coverage * .json
157+ coverage * .xml
158+ coverage * .info
159+
139160# Visual Studio code coverage results
140161* .coverage
141162* .coveragexml
@@ -173,14 +194,16 @@ publish/
173194* .azurePubxml
174195# Note: Comment the next line if you want to checkin your web deploy settings,
175196# but database connection strings (with potential passwords) will be unencrypted
197+ * .pubxml
176198* .publishproj
177199
178200# Microsoft Azure Web App publish settings. Comment the next line if you want to
179201# checkin your Azure Web App publish settings, but sensitive information contained
180202# in these scripts will be unencrypted
181203PublishScripts /
182204
183- # NuGet Packages
205+ # NuGet Symbol Packages
206+ * .snupkg
184207# The packages folder can be ignored because of Package Restore
185208** /[Pp ]ackages /*
186209# except build/, which is used as an MSBuild target.
@@ -205,12 +228,14 @@ BundleArtifacts/
205228Package.StoreAssociation.xml
206229_pkginfo.txt
207230* .appx
231+ * .appxbundle
232+ * .appxupload
208233
209234# Visual Studio cache files
210235# files ending in .cache can be ignored
211236* . [Cc ]ache
212237# but keep track of directories ending in .cache
213- ! * . [Cc ]ache /
238+ ! ? *. [Cc ]ache /
214239
215240# Others
216241ClientBin /
@@ -221,10 +246,11 @@ ClientBin/
221246* .jfm
222247src /** /* .pfx
223248tests /** /* .pfx
249+ * .pfx
224250* .publishsettings
225251orleans.codegen.cs
226252
227- # Including strong name files can present a security risk
253+ # Including strong name files can present a security risk
228254# (https://github.com/github/gitignore/pull/2483#issue-259490424)
229255# *.snk
230256
@@ -255,6 +281,9 @@ ServiceFabricBackup/
255281* .bim.layout
256282* .bim_ * .settings
257283* .rptproj.rsuser
284+ * - [Bb ]ackup.rdl
285+ * - [Bb ]ackup ( [0-9 ]).rdl
286+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
258287
259288# Microsoft Fakes
260289FakesAssemblies /
@@ -275,6 +304,17 @@ node_modules/
275304# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
276305* .vbw
277306
307+ # Visual Studio 6 auto-generated project file (contains which files were open etc.)
308+ * .vbp
309+
310+ # Visual Studio 6 workspace and project file (working project files containing files to include in project)
311+ * .dsw
312+ * .dsp
313+
314+ # Visual Studio 6 technical files
315+ * .ncb
316+ * .aps
317+
278318# Visual Studio LightSwitch build output
279319** /* .HTMLClient /GeneratedArtifacts
280320** /* .DesktopClient /GeneratedArtifacts
@@ -290,12 +330,9 @@ paket-files/
290330# FAKE - F# Make
291331.fake /
292332
293- # JetBrains Rider
294- .idea /
295- * .sln.iml
296-
297- # CodeRush
333+ # CodeRush personal settings
298334.cr /
335+ .cr /personal
299336
300337# Python Tools for Visual Studio (PTVS)
301338__pycache__ /
@@ -320,7 +357,7 @@ __pycache__/
320357# OpenCover UI analysis results
321358OpenCover /
322359
323- # Azure Stream Analytics local run output
360+ # Azure Stream Analytics local run output
324361ASALocalRun /
325362
326363# MSBuild Binary and Structured Log
@@ -329,6 +366,45 @@ ASALocalRun/
329366# NVidia Nsight GPU debugger configuration file
330367* .nvuser
331368
332- # MFractors (Xamarin productivity tool) working folder
369+ # MFractors (Xamarin productivity tool) working folder
333370.mfractor /
334- Files.Extensions /nul
371+
372+ # Local History for Visual Studio
373+ .localhistory /
374+
375+ # Visual Studio History (VSHistory) files
376+ .vshistory /
377+
378+ # BeatPulse healthcheck temp database
379+ healthchecksdb
380+
381+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
382+ MigrationBackup /
383+
384+ # Ionide (cross platform F# VS Code tools) working folder
385+ .ionide /
386+
387+ # Fody - auto-generated XML schema
388+ FodyWeavers.xsd
389+
390+ # VS Code files for those working on multiple tools
391+ .vscode /*
392+ ! .vscode /settings.json
393+ ! .vscode /tasks.json
394+ ! .vscode /launch.json
395+ ! .vscode /extensions.json
396+ * .code-workspace
397+
398+ # Local History for Visual Studio Code
399+ .history /
400+
401+ # Windows Installer files from build outputs
402+ * .cab
403+ * .msi
404+ * .msix
405+ * .msm
406+ * .msp
407+
408+ # JetBrains Rider
409+ * .sln.iml
410+ .idea /
0 commit comments