From 16c22c34ae2b727e02e4302a300a4270820565a4 Mon Sep 17 00:00:00 2001 From: Moiseenko Date: Tue, 10 Jun 2025 12:49:36 +0300 Subject: [PATCH] Remove unnecessary files from Composer package --- src/Instrumentation/Yii/.gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Instrumentation/Yii/.gitattributes diff --git a/src/Instrumentation/Yii/.gitattributes b/src/Instrumentation/Yii/.gitattributes new file mode 100644 index 000000000..ff158ff75 --- /dev/null +++ b/src/Instrumentation/Yii/.gitattributes @@ -0,0 +1,9 @@ +* text=auto eol=lf + +/.phan export-ignore +/tests export-ignore +.gitattributes export-ignore +.php-cs-fixer.php export-ignore +phpstan.neon.dist export-ignore +phpunit.xml.dist export-ignore +psalm.xml.dist export-ignore