From 634b89e83d0e8af1b9a1661cc946e62a03efa3ba Mon Sep 17 00:00:00 2001 From: Rancoud Date: Sat, 20 Jan 2024 19:05:12 +0100 Subject: [PATCH] fix: add export-ignore rules (#189) --- .gitattributes | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3ace983..4a168d9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,10 @@ * text eol=lf -*.jpg binary \ No newline at end of file +*.jpg binary + +/.github export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php-cs-fixer.php export-ignore +/phpcs.xml export-ignore +/phpunit.xml export-ignore