From 48d21bf01412e9dcfd220f81c64048aaf05564bf Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sun, 30 Jul 2023 11:37:12 +0200 Subject: [PATCH] Add doctrine-project.json to .gitattributes --- .gitattributes | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.gitattributes b/.gitattributes index b39bf1e..852671b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,12 @@ -/.github export-ignore -/tests export-ignore -.gitattributes export-ignore -.gitignore export-ignore -phpbench.json export-ignore -phpcs.xml.dist export-ignore -phpmd.xml.dist export-ignore -phpstan.neon.dist export-ignore -phpunit.xml.dist export-ignore -psalm.xml export-ignore -composer.lock export-ignore +/.github export-ignore +/tests export-ignore +.doctrine-project.json export-ignore +.gitattributes export-ignore +.gitignore export-ignore +phpbench.json export-ignore +phpcs.xml.dist export-ignore +phpmd.xml.dist export-ignore +phpstan.neon.dist export-ignore +phpunit.xml.dist export-ignore +psalm.xml export-ignore +composer.lock export-ignore