From 5db7eeab30efe30ed407b849ea526cf3e7a1e03f Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Fri, 7 May 2021 09:47:16 -0700 Subject: [PATCH 1/2] Adding VS Code to global VS family --- VisualStudio.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1ee53850..703be6d2 100644 --- a/VisualStudio.gitignore +++ b/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 \ No newline at end of file From b3ece8cef6f7dde358963115983b4a8e7e93e7f0 Mon Sep 17 00:00:00 2001 From: Martin Woodward Date: Fri, 7 May 2021 19:07:24 +0100 Subject: [PATCH 2/2] Add newline. --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 703be6d2..8b0f1ddf 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -381,4 +381,4 @@ FodyWeavers.xsd # JetBrains Rider .idea/ -*.sln.iml \ No newline at end of file +*.sln.iml