From 4ff6bbfc463078e4faa2406be636436ee34cf04a Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 6 Oct 2021 16:04:55 +0200 Subject: [PATCH] [TASK] Keep the PHPStorm meta file out of Composer packaging (#315) Also re-sort the `.gitattributes` file. Fixes #313 --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index be75cc0..b4ee44f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,6 +6,7 @@ /.gitignore export-ignore /.gitlab/ export-ignore /.php_cs.php export-ignore +/.phpstorm.meta.php export-ignore /Resources/Private/.eslintignore export-ignore /Resources/Private/.eslintrc.json export-ignore /Resources/Private/.prettierrc.js export-ignore @@ -13,8 +14,8 @@ /Resources/Private/stylelint.config.js export-ignore /Tests/ export-ignore /codeception.yml export-ignore -/phive.xml +/phive.xml export-ignore /phpcs.xml export-ignore -/phpstan.neon export-ignore /phpstan-baseline.neon export-ignore +/phpstan.neon export-ignore /tools/ export-ignore binary