From a7d0695e7f12ff3e140c5824996bf52dd77c1da2 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Wed, 11 Nov 2020 03:25:39 +0700 Subject: [PATCH] Update .gitattributes export-ignore settings Updates the `.gitattributes` file to exclude the newly added `.github` directory with `export-ignore` attribute, and cleans-up the Travis CI entries that are no longer there. --- .gitattributes | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index cb65fe5..0240640 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,10 @@ -/tests export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.scrutinizer.yml export-ignore -.travis.install.sh export-ignore -.travis.yml export-ignore -phpmd.xml.dist export-ignore -phpunit.xml.dist export-ignore -composer.lock export-ignore +/.github export-ignore +/tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +phpbench.json export-ignore +phpcs.xml.dist export-ignore +phpmd.xml.dist export-ignore +phpstan.neon.dist export-ignore +phpunit.xml.dist export-ignore +composer.lock export-ignore