From f95f868f7b9bff4b8014ea1e1a14730612de73c5 Mon Sep 17 00:00:00 2001 From: Raphael Stolt Date: Thu, 8 Jun 2017 09:56:58 +0200 Subject: [PATCH] Keep releases lean. --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..58e9b38 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto eol=lf + +.gitattributes export-ignore +.gitignore export-ignore +composer.lock export-ignore +phpunit.xml export-ignore +README.md export-ignore +tests/ export-ignore