From cba191467b83aabeb3a5c95b94b238547bf2f021 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 2 Nov 2018 08:26:39 +0000 Subject: [PATCH] Create .gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b05bd32 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +.gitattributes export-ignore +.gitignore export-ignore +.scrutinizer.yml export-ignore +.travis.yml export-ignore +build.xml export-ignore +composer.json export-ignore +phpunit.xml.dist export-ignore +tests/ export-ignore