From 3a787de7c4a64460436dc2eb2e3cde8920d5fadd Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 29 Jul 2015 22:43:19 +0200 Subject: [PATCH] excluding some unecessary file from the composer downloaded tarball --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..aa78fb7cd2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +build/* export-ignore +tests/* export-ignore +composer.lock export-ignore +.coveralls export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.scrutinizer.yml export-ignore +.travis.yml export-ignore +box.json export-ignore +build.properties.dev export-ignore +build.xml export-ignore +composer.json export-ignore +composer.lock export-ignore +LICENSE export-ignore