From c7b2c335a655a4f44b280adb422ed5ab21a43873 Mon Sep 17 00:00:00 2001 From: PJ Dietz Date: Sat, 8 Aug 2020 10:17:56 -0400 Subject: [PATCH] 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