From 76b57d8072268e317baac9a1183439a5f76b0dd8 Mon Sep 17 00:00:00 2001 From: Romain Monteil Date: Fri, 26 Jan 2024 08:59:18 +0100 Subject: [PATCH] Update .gitattributes file --- .gitattributes | 27 ++++++++++++--------------- .gitignore | 2 -- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/.gitattributes b/.gitattributes index c47225aa..69a7d65d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,15 +1,12 @@ -.editorconfig export-ignore -.gitattributes export-ignore -/.github/ export-ignore -.gitignore export-ignore -/.php_cs export-ignore -/.scrutinizer.yml export-ignore -/.styleci.yml export-ignore -/.travis.yml export-ignore -/behat.yml.dist export-ignore -/features/ export-ignore -/phpspec.ci.yml export-ignore -/phpspec.yml.dist export-ignore -/phpunit.xml.dist export-ignore -/spec/ export-ignore -/tests/ export-ignore +/.github/ export-ignore +/doc/ export-ignore +/tests/ export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php-cs-fixer.php export-ignore +/CODE_OF_CONDUCT.md export-ignore +/CONTRIBUTING.md export-ignore +/phpstan.neon.dist export-ignore +/phpstan-baseline.neon export-ignore +/phpunit.xml.dist export-ignore diff --git a/.gitignore b/.gitignore index 83bf107b..09c376e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ composer.lock -composer.phar phpunit.xml vendor/ -.php_cs.cache .php-cs-fixer.cache .phpunit.result.cache