From e3471d94d3be48f8baa8f828dd9914f7b938ac12 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Wed, 23 Dec 2020 04:04:14 +0700 Subject: [PATCH] Update `.gitattributes` `export-ignore` rules - Adds `.github` directory to `.gitattributes` file with an `export-ignore` rule. - This also aligns all `export-ignore` rules for more readability. - Removes `.travis.yml` file that is no longer used. --- .gitattributes | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitattributes b/.gitattributes index eec6607..f0db0ea 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,9 @@ -/doc export-ignore -/test export-ignore -/test_old export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.travis.yml export-ignore -CHANGELOG.md export-ignore +/.github export-ignore +/doc export-ignore +/test export-ignore +/test_old export-ignore +.gitattributes export-ignore +.gitignore export-ignore +CHANGELOG.md export-ignore phpunit.xml.dist export-ignore -UPGRADE-*.md export-ignore +UPGRADE-*.md export-ignore