From 201179de3756a409f07f2978feec02ff5135bcaa Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Mon, 21 Dec 2015 09:40:41 +0100 Subject: [PATCH] Add .gitattributes files This will exclude files we don't need in production like the `tests` folder for example. --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..880a0889 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto + +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpunit.xml export-ignore +/README.md export-ignore