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