From 4722581560f6b1587efe020136314b6fa27f84b8 Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Sat, 16 Jan 2016 19:00:40 +1300 Subject: [PATCH] Added standard .gitattributes file --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9aaa314 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +/tests export-ignore +/.travis.yml export-ignore +/.scrutinizer.yml export-ignore +/phpunit.xml export-ignore