From de7afb4e9e7370cd6d8ade89ae17fda5450b7ee4 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Mon, 27 Mar 2023 23:27:47 +0200 Subject: [PATCH] ignore more files --- .gitattributes | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 373ae71af..b3bba6f56 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,10 +12,12 @@ /.editorconfig export-ignore /.env.dist export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore /bootstrap.php export-ignore +/phpstan-baseline.neon export-ignore /phpstan.neon.dist export-ignore /ecs.php export-ignore -.phpunit-phpstan-dba-mysqli.cache -.phpunit-phpstan-dba-pdo-mysql.cache -.phpunit-phpstan-dba-pdo-pgsql.cache +.phpunit-phpstan-dba-mysqli.cache export-ignore +.phpunit-phpstan-dba-pdo-mysql.cache export-ignore