From 75b02fce118b272607bbe55ce2d21d541e3778c0 Mon Sep 17 00:00:00 2001 From: Raphael Stolt Date: Mon, 1 Oct 2018 14:44:46 +0200 Subject: [PATCH] Enable lean releases --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..575cb6f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text=auto eol=lf + +.gitattributes export-ignore +.gitignore export-ignore +composer.lock export-ignore +example/ export-ignore +phpspec.yml export-ignore +README.md export-ignore +spec/ export-ignore