99* .user
1010* .userosscache
1111* .sln.docstates
12+ * .env
1213
1314# User-specific files (MonoDevelop/Xamarin Studio)
1415* .userprefs
@@ -21,17 +22,37 @@ mono_crash.*
2122[Dd ]ebugPublic /
2223[Rr ]elease /
2324[Rr ]eleases /
24- x64 /
25- x86 /
25+
26+ [Dd ]ebug /x64 /
27+ [Dd ]ebugPublic /x64 /
28+ [Rr ]elease /x64 /
29+ [Rr ]eleases /x64 /
30+ bin /x64 /
31+ obj /x64 /
32+
33+ [Dd ]ebug /x86 /
34+ [Dd ]ebugPublic /x86 /
35+ [Rr ]elease /x86 /
36+ [Rr ]eleases /x86 /
37+ bin /x86 /
38+ obj /x86 /
39+
2640[Ww ][Ii ][Nn ]32 /
2741[Aa ][Rr ][Mm ]/
2842[Aa ][Rr ][Mm ]64 /
43+ [Aa ][Rr ][Mm ]64 [Ee ][Cc ]/
2944bld /
30- [Bb ]in /
3145[Oo ]bj /
46+ [Oo ]ut /
3247[Ll ]og /
3348[Ll ]ogs /
3449
50+ # Build results on 'Bin' directories
51+ ** /[Bb ]in /*
52+ # Uncomment if you have tasks that rely on *.refresh files to move binaries
53+ # (https://github.com/github/gitignore/pull/3736)
54+ # !**/[Bb]in/*.refresh
55+
3556# Visual Studio 2015/2017 cache/options directory
3657.vs /
3758# Uncomment if you have tasks that create the project's static files in wwwroot
@@ -43,12 +64,16 @@ Generated\ Files/
4364# MSTest test Results
4465[Tt ]est [Rr ]esult * /
4566[Bb ]uild [Ll ]og. *
67+ * .trx
4668
4769# NUnit
4870* .VisualState.xml
4971TestResult.xml
5072nunit- * .xml
5173
74+ # Approval Tests result files
75+ * .received. *
76+
5277# Build Results of an ATL Project
5378[Dd ]ebugPS /
5479[Rr ]eleasePS /
@@ -75,6 +100,7 @@ StyleCopReport.xml
75100* .ilk
76101* .meta
77102* .obj
103+ * .idb
78104* .iobj
79105* .pch
80106* .pdb
@@ -155,6 +181,7 @@ coverage*.info
155181
156182# NCrunch
157183_NCrunch_ *
184+ .NCrunch_ *
158185. * crunch * .local.xml
159186nCrunchTemp_ *
160187
@@ -296,9 +323,6 @@ node_modules/
296323# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
297324* .vbw
298325
299- # Visual Studio 6 auto-generated project file (contains which files were open etc.)
300- * .vbp
301-
302326# Visual Studio 6 workspace and project file (working project files containing files to include in project)
303327* .dsw
304328* .dsp
@@ -316,22 +340,22 @@ node_modules/
316340_Pvt_Extensions
317341
318342# Paket dependency manager
319- .paket /paket.exe
343+ ** / .paket /paket.exe
320344paket-files /
321345
322346# FAKE - F# Make
323- .fake /
347+ ** / .fake /
324348
325349# CodeRush personal settings
326- .cr /personal
350+ ** / .cr /personal
327351
328352# Python Tools for Visual Studio (PTVS)
329- __pycache__ /
353+ ** / __pycache__ /
330354* .pyc
331355
332356# Cake - Uncomment if you are using it
333- # tools/**
334- # !tools/packages.config
357+ # tools/**
358+ # !tools/packages.config
335359
336360# Tabs Studio
337361* .tss
@@ -353,15 +377,19 @@ ASALocalRun/
353377
354378# MSBuild Binary and Structured Log
355379* .binlog
380+ MSBuild_Logs /
381+
382+ # AWS SAM Build and Temporary Artifacts folder
383+ .aws-sam
356384
357385# NVidia Nsight GPU debugger configuration file
358386* .nvuser
359387
360388# MFractors (Xamarin productivity tool) working folder
361- .mfractor /
389+ ** / .mfractor /
362390
363391# Local History for Visual Studio
364- .localhistory /
392+ ** / .localhistory /
365393
366394# Visual Studio History (VSHistory) files
367395.vshistory /
@@ -373,7 +401,7 @@ healthchecksdb
373401MigrationBackup /
374402
375403# Ionide (cross platform F# VS Code tools) working folder
376- .ionide /
404+ ** / .ionide /
377405
378406# Fody - auto-generated XML schema
379407FodyWeavers.xsd
@@ -384,17 +412,17 @@ FodyWeavers.xsd
384412! .vscode /tasks.json
385413! .vscode /launch.json
386414! .vscode /extensions.json
387- * .code-workspace
415+ ! .vscode / * .code-snippets
388416
389417# Local History for Visual Studio Code
390418.history /
391419
420+ # Built Visual Studio Code Extensions
421+ * .vsix
422+
392423# Windows Installer files from build outputs
393424* .cab
394425* .msi
395426* .msix
396427* .msm
397428* .msp
398-
399- # JetBrains Rider
400- * .sln.iml
0 commit comments