Skip to content

Commit d21a9e8

Browse files
Merge pull request #3722 from timheuer/master
Adding VS Code to global VS family
2 parents cd49f8c + b3ece8c commit d21a9e8

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
@@ -363,3 +363,25 @@ MigrationBackup/
363363

364364
# Fody - auto-generated XML schema
365365
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

Comments
 (0)