11# # Ignore Visual Studio temporary files, build results, and
22# # files generated by popular Visual Studio add-ons.
33# #
4- # # Get latest from https://github.com/github/gitignore/blob/master /VisualStudio.gitignore
4+ # # Get latest from https://github.com/github/gitignore/blob/main /VisualStudio.gitignore
55
66# User-specific files
77* .rsuser
2929bld /
3030[Bb ]in /
3131[Oo ]bj /
32- [Oo ]ut /
3332[Ll ]og /
3433[Ll ]ogs /
3534
@@ -91,6 +90,7 @@ StyleCopReport.xml
9190* .tmp_proj
9291* _wpftmp.csproj
9392* .log
93+ * .tlog
9494* .vspscc
9595* .vssscc
9696.builds
@@ -294,6 +294,17 @@ node_modules/
294294# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
295295* .vbw
296296
297+ # Visual Studio 6 auto-generated project file (contains which files were open etc.)
298+ * .vbp
299+
300+ # Visual Studio 6 workspace and project file (working project files containing files to include in project)
301+ * .dsw
302+ * .dsp
303+
304+ # Visual Studio 6 technical files
305+ * .ncb
306+ * .aps
307+
297308# Visual Studio LightSwitch build output
298309** /* .HTMLClient /GeneratedArtifacts
299310** /* .DesktopClient /GeneratedArtifacts
@@ -350,6 +361,9 @@ ASALocalRun/
350361# Local History for Visual Studio
351362.localhistory /
352363
364+ # Visual Studio History (VSHistory) files
365+ .vshistory /
366+
353367# BeatPulse healthcheck temp database
354368healthchecksdb
355369
@@ -360,4 +374,25 @@ MigrationBackup/
360374.ionide /
361375
362376# Fody - auto-generated XML schema
363- FodyWeavers.xsd
377+ FodyWeavers.xsd
378+
379+ # VS Code files for those working on multiple tools
380+ .vscode /*
381+ ! .vscode /settings.json
382+ ! .vscode /tasks.json
383+ ! .vscode /launch.json
384+ ! .vscode /extensions.json
385+ * .code-workspace
386+
387+ # Local History for Visual Studio Code
388+ .history /
389+
390+ # Windows Installer files from build outputs
391+ * .cab
392+ * .msi
393+ * .msix
394+ * .msm
395+ * .msp
396+
397+ # JetBrains Rider
398+ * .sln.iml
0 commit comments