From 10c3e14200ddc0cf1da425d101fdd01d0b6fd228 Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Tue, 13 Aug 2019 10:49:44 +0100 Subject: [PATCH] Added .gitattributes --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..08dd6db --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto + +/tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +README.md export-ignore +phpunit.xml export-ignore