From a1aff03e2d437c8376f8829e14d2d9ff7ec1509e Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 24 May 2020 04:54:16 -0600 Subject: [PATCH] exclude vscode directory in export --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 6704d59..cd415fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -71,5 +71,6 @@ # Exclude files from exporting # -.gitattributes export-ignore -.gitignore export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.vscode export-ignore