From 89e3dc466cb214f59d0c61691025cbc123116265 Mon Sep 17 00:00:00 2001 From: hrach Date: Thu, 9 Jul 2015 11:39:46 +0200 Subject: [PATCH] added gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..85f7079 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.gitattributes export-ignore +.gitignore export-ignore +tests/ export-ignore +composer.json eol=lf