From c7b2c335a655a4f44b280adb422ed5ab21a43873 Mon Sep 17 00:00:00 2001 From: PJ Dietz Date: Sat, 8 Aug 2020 10:17:56 -0400 Subject: [PATCH 1/2] Update .gitattributes to reduce archive size --- .gitattributes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5f9f4a4..b0226c4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,10 @@ +/.env export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore +/docker export-ignore +/docker-compose.yml export-ignore /docs export-ignore /test export-ignore /phpunit.xml.dist export-ignore -/Vagrantfile export-ignore -/vagrant export-ignore +/public export-ignore From e320e7e6c380cfd63a930286ec428dd5b367d33f Mon Sep 17 00:00:00 2001 From: PJ Dietz Date: Sat, 8 Aug 2020 10:27:19 -0400 Subject: [PATCH 2/2] Do not include composer.lock in archive --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index b0226c4..c2412f7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ /.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore +/composer.lock export-ignore /docker export-ignore /docker-compose.yml export-ignore /docs export-ignore