diff --git a/.gitattributes b/.gitattributes index 5fbe5ec..0fac4c6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,7 @@ .github export-ignore .gitignore export-ignore .php-cs-fixer.* export-ignore +composer.lock export-ignore docker-compose.yml export-ignore phpcs.xml export-ignore phpstan.neon export-ignore @@ -11,3 +12,5 @@ phpunit.xml export-ignore renovate.json export-ignore Tests/ export-ignore +vendor/ export-ignore +web/ export-ignore