From b65da66ae836ab54c8df4c019dbf07b9d5af1780 Mon Sep 17 00:00:00 2001 From: Lucas Michot Date: Sun, 6 Dec 2015 14:20:38 +0100 Subject: [PATCH] Add a .gitattributes file and avoid some exports --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ecfd1a4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto + +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore +tests export-ignore