From dc672819ff045b8524370a2cc8e86e405a6ab97b Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 16 Oct 2019 23:49:53 -0600 Subject: [PATCH] exclude .vscode from export --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index ad738e2..6f1bdee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -74,4 +74,5 @@ .gitattributes export-ignore .gitignore export-ignore +.vscode/* export-ignore build/* export-ignore