From 7ac4aab1056457a7adfbf38096d0c272d3fcc49b Mon Sep 17 00:00:00 2001 From: EAMoiseenko Date: Fri, 5 Sep 2025 15:04:27 +0300 Subject: [PATCH] Remove unnecessary files from Composer package --- .gitattributes | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index f4e497a5..c427f6ae 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,13 +1,9 @@ * text=auto -/.circleci/ export-ignore -/.github/ export-ignore /examples/ export-ignore /nginx/ export-ignore /php-fpm/ export-ignore /phpstan/ export-ignore /tests/ export-ignore -.gitattributes export-ignore -.gitignore export-ignore docker-compose.yml export-ignore -phpcs.xml.dist export-ignore -phpunit.xml.dist export-ignore +.* export-ignore +*.dist export-ignore