From 5f03af26b04742a92d431fee9c2fa0fe98ab6c91 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:46:38 +0100 Subject: [PATCH] Update .gitattributes --- .gitattributes | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/.gitattributes b/.gitattributes index e97bfd7..5edaf8e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,19 +1,20 @@ *.http text eol=crlf -/js/src export-ignore -/tests export-ignore -/vendor-bin export-ignore -/.babelrc export-ignore -/.eslintignore export-ignore -/.eslintrc export-ignore -/.gitattributes export-ignore -/.github export-ignore -/.gitignore export-ignore -/.phplint.yml export-ignore -/.scrutinizer.yml export-ignore -/.travis.yml export-ignore -/phpcs.xml.dist export-ignore -/phpmd.ruleset.xml export-ignore -/phpstan.neon.dist export-ignore -/phpunit.xml.dist export-ignore -/psalm.xml.dist export-ignore +/.babelrc export-ignore +/.eslintignore export-ignore +/.eslintrc export-ignore +/.gitattributes export-ignore +/.github export-ignore +/.gitignore export-ignore +/.phplint.yml export-ignore +/.pronamic-build-ignore export-ignore +/.scrutinizer.yml export-ignore +/.travis.yml export-ignore +/js/src export-ignore +/phpcs.xml.dist export-ignore +/phpmd.ruleset.xml export-ignore +/phpstan.neon.dist export-ignore +/phpunit.xml.dist export-ignore +/psalm.xml.dist export-ignore +/tests export-ignore +/vendor-bin export-ignore