From 842c8823dc38507e5f8786a59edbb6a4409a593a Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Fri, 15 Jan 2016 17:31:23 +1300 Subject: [PATCH] Added standard .gitattributes file --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d1bfabc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/tests export-ignore +/.gitignore export-ignore +/phpunit.xml export-ignore