From 48d0e2b2990ed13d412369d795d4098005e144ad Mon Sep 17 00:00:00 2001 From: Surgie Finesse Date: Wed, 25 Oct 2017 20:16:50 +1000 Subject: [PATCH] Removed the excess stuff from the composer package --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b575a7f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +* text=auto + +# Makes all the line breaks in the text files be casted to LF +*.{php,md,json,yml} text eol=lf +*.{gitignore,gitattributes} text eol=lf +LICENSE text eol=lf + +# Removes excess stuff from the composer package +/tests export-ignore +/.coveralls.yml export-ignore +/.gitattributes export-ignore +/.travis.yml export-ignore +/.gitignore export-ignore +/phpunit.xml export-ignore