From 8326632f5b785a088d380bfb19700fbfff68f468 Mon Sep 17 00:00:00 2001 From: David Cowden Date: Mon, 11 May 2020 18:47:07 -0700 Subject: [PATCH] vscode: Ignore vscode binaries It might make sense to check in the vscode workspace file if we can make everything relative to the project directory. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f46d43af..958578f8 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ output # vscode *.code-workspace +*_bin