@@ -23,12 +23,14 @@ mono_crash.*
2323[Rr ]eleases /
2424x64 /
2525x86 /
26+ [Ww ][Ii ][Nn ]32 /
2627[Aa ][Rr ][Mm ]/
2728[Aa ][Rr ][Mm ]64 /
2829bld /
2930[Bb ]in /
3031[Oo ]bj /
3132[Ll ]og /
33+ [Ll ]ogs /
3234
3335# Visual Studio 2015/2017 cache/options directory
3436.vs /
@@ -42,9 +44,10 @@ Generated\ Files/
4244[Tt ]est [Rr ]esult * /
4345[Bb ]uild [Ll ]og. *
4446
45- # NUNIT
47+ # NUnit
4648* .VisualState.xml
4749TestResult.xml
50+ nunit- * .xml
4851
4952# Build Results of an ATL Project
5053[Dd ]ebugPS /
@@ -59,6 +62,9 @@ project.lock.json
5962project.fragment.lock.json
6063artifacts /
6164
65+ # ASP.NET Scaffolding
66+ ScaffoldingReadMe.txt
67+
6268# StyleCop
6369StyleCopReport.xml
6470
@@ -84,6 +90,7 @@ StyleCopReport.xml
8490* .tmp_proj
8591* _wpftmp.csproj
8692* .log
93+ * .tlog
8794* .vspscc
8895* .vssscc
8996.builds
@@ -125,9 +132,6 @@ _ReSharper*/
125132* . [Rr ]e [Ss ]harper
126133* .DotSettings.user
127134
128- # JustCode is a .NET coding add-in
129- .JustCode
130-
131135# TeamCity is a build add-in
132136_TeamCity *
133137
@@ -138,6 +142,11 @@ _TeamCity*
138142.axoCover /*
139143! .axoCover /settings.json
140144
145+ # Coverlet is a free, cross platform Code Coverage Tool
146+ coverage * .json
147+ coverage * .xml
148+ coverage * .info
149+
141150# Visual Studio code coverage results
142151* .coverage
143152* .coveragexml
@@ -185,6 +194,8 @@ PublishScripts/
185194
186195# NuGet Packages
187196* .nupkg
197+ # NuGet Symbol Packages
198+ * .snupkg
188199# The packages folder can be ignored because of Package Restore
189200** /[Pp ]ackages /*
190201# except build/, which is used as an MSBuild target.
@@ -195,6 +206,9 @@ PublishScripts/
195206* .nuget.props
196207* .nuget.targets
197208
209+ # Nuget personal access tokens and Credentials
210+ # nuget.config
211+
198212# Microsoft Azure Build Output
199213csx /
200214* .build.csdef
@@ -260,7 +274,9 @@ ServiceFabricBackup/
260274* .bim.layout
261275* .bim_ * .settings
262276* .rptproj.rsuser
263- * - Backup * .rdl
277+ * - [Bb ]ackup.rdl
278+ * - [Bb ]ackup ( [0-9 ]).rdl
279+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
264280
265281# Microsoft Fakes
266282FakesAssemblies /
@@ -343,91 +359,30 @@ healthchecksdb
343359# Backup folder for Package Reference Convert tool in Visual Studio 2017
344360MigrationBackup /
345361
346- # #
347- # # Visual studio for Mac
348- # #
362+ # Ionide (cross platform F# VS Code tools) working folder
363+ .ionide /
349364
365+ # Fody - auto-generated XML schema
366+ FodyWeavers.xsd
350367
351- # globs
352- Makefile.in
353- * .userprefs
354- * .usertasks
355- config.make
356- config.status
357- aclocal.m4
358- install-sh
359- autom4te.cache /
360- * .tar.gz
361- tarballs /
362- test-results /
363-
364- # Mac bundle stuff
365- * .dmg
366- * .app
367-
368- # content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
369- # General
370- .DS_Store
371- .AppleDouble
372- .LSOverride
373-
374- # Icon must end with two \r
375- Icon
376-
377-
378- # Thumbnails
379- ._ *
380-
381- # Files that might appear in the root of a volume
382- .DocumentRevisions-V100
383- .fseventsd
384- .Spotlight-V100
385- .TemporaryItems
386- .Trashes
387- .VolumeIcon.icns
388- .com.apple.timemachine.donotpresent
389-
390- # Directories potentially created on remote AFP share
391- .AppleDB
392- .AppleDesktop
393- Network Trash Folder
394- Temporary Items
395- .apdisk
396-
397- # content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
398- # Windows thumbnail cache files
399- Thumbs.db
400- ehthumbs.db
401- ehthumbs_vista.db
402-
403- # Dump file
404- * .stackdump
405-
406- # Folder config file
407- [Dd ]esktop.ini
408-
409- # Recycle Bin used on file shares
410- $RECYCLE.BIN /
411-
412- # Windows Installer files
368+ # VS Code files for those working on multiple tools
369+ .vscode /*
370+ ! .vscode /settings.json
371+ ! .vscode /tasks.json
372+ ! .vscode /launch.json
373+ ! .vscode /extensions.json
374+ * .code-workspace
375+
376+ # Local History for Visual Studio Code
377+ .history /
378+
379+ # Windows Installer files from build outputs
413380* .cab
414381* .msi
415382* .msix
416383* .msm
417384* .msp
418385
419- # Windows shortcuts
420- * .lnk
421-
422386# JetBrains Rider
423387.idea /
424- * .sln.iml
425-
426- # #
427- # # Visual Studio Code
428- # #
429- .vscode /*
430- ! .vscode /settings.json
431- ! .vscode /tasks.json
432- ! .vscode /launch.json
433- ! .vscode /extensions.json
388+ * .sln.iml
0 commit comments