From 30402627e826665949bb9ccb673a5d5f900c3b8b Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Sun, 10 Mar 2024 22:55:24 +0100 Subject: [PATCH] chore: update .gitattributes --- .gitattributes | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 9b4df655..820f77e4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ -.gitattributes export-ignore -.gitignore export-ignore -.scrutinizer.yml export-ignore -.stylecy.yml export-ignore -.travis.yml export-ignore -phpunit.xml.dist export-ignore -tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.php-cs-fixer.dist.php export-ignore +docker-compose.yml export-ignore +Dockerfile export-ignore +phpunit.xml.dist export-ignore +tests export-ignore