Skip to content

Commit

Permalink
Merge pull request github#3722 from timheuer/master
Browse files Browse the repository at this point in the history
Adding VS Code to global VS family
  • Loading branch information
martinwoodward authored May 7, 2021
2 parents cd49f8c + b3ece8c commit d21a9e8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions VisualStudio.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -363,3 +363,25 @@ MigrationBackup/

# Fody - auto-generated XML schema
FodyWeavers.xsd

# VS Code files for those working on multiple tools
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/

# Windows Installer files from build outputs
*.cab
*.msi
*.msix
*.msm
*.msp

# JetBrains Rider
.idea/
*.sln.iml

0 comments on commit d21a9e8

Please sign in to comment.