From 97ef3468d0802b75c989467c7e3a9d22374c74b0 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Thu, 17 Dec 2015 22:01:06 +0100 Subject: [PATCH] added .gitattributes to remove unneeded files from archives --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..d726b3a457 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +Tests/ export-ignore +misc/ export-ignore +.coveralls.yml export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore +.gitignore export-ignore +.gitattributes export-ignore +.php_cs export-ignore \ No newline at end of file