From cd3f73fc464a4c8ff5478c95284b584c503d76f0 Mon Sep 17 00:00:00 2001 From: George Steel Date: Tue, 11 Jun 2024 10:27:25 +0100 Subject: [PATCH] Update ignores and dot files Signed-off-by: George Steel --- .coveralls.yml | 2 -- .gitattributes | 10 ++++++---- 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index bc71b62..0000000 --- a/.coveralls.yml +++ /dev/null @@ -1,2 +0,0 @@ -coverage_clover: clover.xml -json_path: coveralls-upload.json diff --git a/.gitattributes b/.gitattributes index c33fce6..e56f664 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1,14 @@ -/.coveralls.yml export-ignore -/.docheader export-ignore /.gitattributes export-ignore /.github/ export-ignore /.gitignore export-ignore -/.travis.yml export-ignore +/.laminas-ci export-ignore +/.laminas-ci.json export-ignore /docs/ export-ignore /mkdocs.yml export-ignore -/phpcs.xml export-ignore +/phpcs.xml.dist export-ignore /phpunit.xml.dist export-ignore +/psalm.xml.dist export-ignore /psalm-baseline.xml export-ignore /test/ export-ignore +/renovate.json export-ignore +/composer.lock export-ignore