From 09c80c2a0f2dfe903aefcc8dad7f8e8830926e6c Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 23 Mar 2015 04:33:22 -0400 Subject: [PATCH] Add a .gitattributes file for composer releases --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a43d4dd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/tests export-ignore +.editorconfig +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml export-ignore