From 36343e561e70ccb1baa540910eebb1961ea423eb Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 6 Nov 2019 20:09:19 -0700 Subject: [PATCH] Create .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b5d4bc5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +tests export-ignore +.gitignore export-ignore +phpunit.xml.dist export-ignore