From b94689a883ca68c56a625fc926a44c4ecc98a641 Mon Sep 17 00:00:00 2001 From: Marko Kaznovac Date: Sun, 11 May 2025 21:13:47 +0200 Subject: [PATCH] Export-ignore github and editor config; remove leftover excludes --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1545ee73..94b7c8c2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,11 @@ *.php text eol=lf +.github export-ignore tests export-ignore tmp export-ignore -.coveralls.yml export-ignore +.editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore -.travis.yml export-ignore Makefile export-ignore phpstan.neon export-ignore phpstan-baseline.neon export-ignore