We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd49f8c + b3ece8c commit d21a9e8Copy full SHA for d21a9e8
VisualStudio.gitignore
@@ -363,3 +363,25 @@ MigrationBackup/
363
364
# Fody - auto-generated XML schema
365
FodyWeavers.xsd
366
+
367
+# VS Code files for those working on multiple tools
368
+.vscode/*
369
+!.vscode/settings.json
370
+!.vscode/tasks.json
371
+!.vscode/launch.json
372
+!.vscode/extensions.json
373
+*.code-workspace
374
375
+# Local History for Visual Studio Code
376
+.history/
377
378
+# Windows Installer files from build outputs
379
+*.cab
380
+*.msi
381
+*.msix
382
+*.msm
383
+*.msp
384
385
+# JetBrains Rider
386
+.idea/
387
+*.sln.iml
0 commit comments