From ea3b7b0a762741ed3250e8d3517f76a97ffeae24 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Fri, 7 Apr 2017 11:50:34 -0700 Subject: [PATCH] Add vscode artifacts to .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index db5635f437..cfa25ee7fc 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ project.lock.json .vs/ launchSettings.json global.json +.vscode/* \ No newline at end of file