Переглянути джерело

Adding VS Code to global VS family

pull/3722/head
Tim Heuer 3 роки тому
джерело
коміт
5db7eeab30
1 змінених файлів з 22 додано та 0 видалено
  1. 22
    0
      VisualStudio.gitignore

+ 22
- 0
VisualStudio.gitignore Переглянути файл

@@ -360,3 +360,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

Завантаження…
Відмінити
Зберегти