Skip to content

Commit 5db7eea

Browse files
committed
Adding VS Code to global VS family
1 parent 5253281 commit 5db7eea

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

VisualStudio.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,3 +360,25 @@ MigrationBackup/
360360

361361
# Fody - auto-generated XML schema
362362
FodyWeavers.xsd
363+
364+
# VS Code files for those working on multiple tools
365+
.vscode/*
366+
!.vscode/settings.json
367+
!.vscode/tasks.json
368+
!.vscode/launch.json
369+
!.vscode/extensions.json
370+
*.code-workspace
371+
372+
# Local History for Visual Studio Code
373+
.history/
374+
375+
# Windows Installer files from build outputs
376+
*.cab
377+
*.msi
378+
*.msix
379+
*.msm
380+
*.msp
381+
382+
# JetBrains Rider
383+
.idea/
384+
*.sln.iml

0 commit comments

Comments
 (0)