From 96554de40bda7d50c0d5b155d2371fd0eb09ba69 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Thu, 10 Aug 2017 13:34:20 +0200 Subject: [PATCH 1/2] Add .gitattributes Exclude non-essential files in .gitattributes. --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..d6221e58e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ + +* text=auto + +/doc export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.styleci.yml export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore +/README.md export-ignore +/UPGRADE.md export-ignore From e03905ff10d6089d729553baa5989fcc6c3ad0d1 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Thu, 10 Aug 2017 13:34:41 +0200 Subject: [PATCH 2/2] Update .gitattributes --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index d6221e58e..4d906e085 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ - * text=auto /doc export-ignore