From 43d6633e0620471850d9bf4a0efac90a99d0b3eb Mon Sep 17 00:00:00 2001 From: Reedy Date: Thu, 19 Sep 2019 11:35:31 +0100 Subject: [PATCH 1/2] Copy in .gitattributes from master --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dcd303f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.scrutinizer.yml export-ignore +.travis.yml export-ignore +composer.json export-ignore +phpcs.xml export-ignore +phpunit.xml.dist export-ignore +tests export-ignore From fa9b109486488a295dadfa9c24f4d4bda74efc3f Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 24 Sep 2019 09:27:42 +0100 Subject: [PATCH 2/2] Remove tests from .gitattributes for the moment --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index dcd303f..3f150e3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,4 +6,3 @@ composer.json export-ignore phpcs.xml export-ignore phpunit.xml.dist export-ignore -tests export-ignore