From d72cfa6b634841569558326768b507eb5030ebd0 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 3 Apr 2015 00:48:16 +0300 Subject: [PATCH] Added .gitattributes --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..db48bac --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# Ignore all test and documentation for archive +/.gitattributes export-ignore +/.gitignore export-ignore +/.scrutinizer.yml export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore +/docs export-ignore