From 4d3fa12c037fd7cf2c967f84481e8bac1c663805 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Mon, 31 Aug 2015 19:16:53 -0700 Subject: [PATCH] Add more export-ignore to slim down composer package. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 760e7f7..de43e9c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,7 +5,9 @@ /.gitattributes export-ignore /.gitignore export-ignore /.scrutinizer.yml export-ignore +/.styleci.yml export-ignore /.travis.yml export-ignore +/CONTRIBUTING.md export-ignore /circle.yml export-ignore /phpunit.xml.dist export-ignore /tests export-ignore