From c5be7bc848329f48c37818b6cbccdc729791cdd1 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Wed, 28 Oct 2020 10:21:37 +0100 Subject: [PATCH] Ignore appveyor scripts in the export --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 1a848588..fac64928 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ .* export-ignore .*/** export-ignore appveyor.yml export-ignore +/scripts/appveyor/** export-ignore