From 58ebed772a688e3de0c10dcd13d92ade39c802dd Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Tue, 27 Oct 2020 20:17:38 -0500 Subject: [PATCH] Ignore more files from package export --- .gitattributes | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 7152469a..62408021 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,12 @@ -/.codecov.yml export-ignore -/.gitattributes export-ignore -/.github/ export-ignore -/.gitignore export-ignore -/docs/ export-ignore -/phpunit.xml export-ignore -/test/ export-ignore +/.codecov.yml export-ignore +/.gitattributes export-ignore +/.github/ export-ignore +/.gitignore export-ignore +/CHANGELOG.md export-ignore +/CODE_OF_CONDUCT.md export-ignore +/CONTRIBUTING.md export-ignore +/CREDITS.md export-ignore +/README.PROVIDER-GUIDE.md export-ignore +/docs/ export-ignore +/phpunit.xml export-ignore +/test/ export-ignore