From 60e0e2d40cbd800a1b888c01750a1c62ec8a8ba1 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Sun, 15 Oct 2023 19:09:22 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- .coveralls.yml | 1 - .gitattributes | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index 9160059..0000000 --- a/.coveralls.yml +++ /dev/null @@ -1 +0,0 @@ -service_name: travis-ci diff --git a/.gitattributes b/.gitattributes index c10198e..5999ef5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,14 +3,13 @@ # Ignore following folder/file. /.github export-ignore /tests export-ignore -/.coveralls.yml export-ignore +/workbench export-ignore /.gitattributes export-ignore /.gitignore export-ignore -/.php_cs export-ignore -/.travis.yml export-ignore /phpstan-baseline.neon export-ignore /phpstan.neon.dist export-ignore /phpunit.xml export-ignore +/testbench.yaml export-ignore /CHANGELOG-*.md export-ignore /CODE_OF_CONDUCT.md export-ignore /CONTRIBUTING.md export-ignore