From 2c84d9df26a2b99b60428f1afdbf2f70c4bc94d5 Mon Sep 17 00:00:00 2001 From: kasper Franz Date: Wed, 19 Jun 2019 08:23:07 +0100 Subject: [PATCH] add gitattributes file --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6233813 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +examples/ export-ignore +tests/ export-ignore +.gitignore export-ignore +.gitattributes export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore