From 44d529a206901433bda6dfe3886771db985bf78a Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Mon, 16 Feb 2015 18:57:04 +0000 Subject: [PATCH] Exclude test scripts from releases --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1e7bf6d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +composer.json export-ignore +composer.lock export-ignore +phpunit.xml export-ignore +test/ export-ignore