From 0b9eba724b2711a2fec6af634de3f484f8de51cc Mon Sep 17 00:00:00 2001 From: Jayan Ratna Date: Sat, 23 Sep 2023 11:37:19 +1200 Subject: [PATCH] ignore config files from export --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index f74ac24..d7e1b7b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,5 +4,8 @@ .editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore +.php-cs-fixer.php export-ignore phpunit.xml.dist export-ignore +phpunit.xml export-ignore README.md export-ignore +renovate.json export-ignore