From b74dda7af915b35dd13d6c7e87bc9df1a6d72027 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Sat, 8 Jun 2019 15:00:01 +0200 Subject: [PATCH] [.gitattributes] Exclude Composer and Heroku files from release builds --- .gitattributes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 84736e47..b789ff07 100644 --- a/.gitattributes +++ b/.gitattributes @@ -39,4 +39,9 @@ phpunit.xml export-ignore phpcs.xml export-ignore phpcompatibility.xml export-ignore tests/ export-ignore -cache/.gitkeep export-ignore \ No newline at end of file +cache/.gitkeep export-ignore +## Composer +composer.json export-ignore +composer.lock export-ignore +## Heroku +app.json export-ignore