From 09b0c9e70068a00b194e5de0c898845ea3665fd0 Mon Sep 17 00:00:00 2001 From: Nikolay Novikov Date: Thu, 28 Nov 2024 18:58:44 +0300 Subject: [PATCH] patch --- .gitattributes | 4 ++++ .gitignore | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 0d60e69..532ca5b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,8 @@ /tests export-ignore .gitattributes export-ignore .gitignore export-ignore +.php-cs-fixer.php export-ignore +phpcs.xml export-ignore +phpstan.neon export-ignore phpunit.xml export-ignore +psalm.xml export-ignore diff --git a/.gitignore b/.gitignore index d9fa4be..3988cec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .phpunit.cache/ vendor/ composer.lock -.php-cs-fixer.cache \ No newline at end of file +.php-cs-fixer.cache