From 98cdca5d89f537d27e96a3e6c4d5b22299523b56 Mon Sep 17 00:00:00 2001 From: Percy Mamedy Date: Sun, 18 Mar 2018 19:24:42 +0400 Subject: [PATCH] Remove uneeded assets from Prod installations - Remove tests folder from composer installation. - Remove .travis.yml and phpunit.xml from composer installation. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index cd6724a..724092f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,6 @@ /.gitattributes export-ignore /.gitignore export-ignore /README.md export-ignore +/tests export-ignore +.travis.yml export-ignore +phpunit.xml export-ignore