diff --git a/.gitattributes b/.gitattributes index ca33149203..9b860a71af 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,17 +5,19 @@ # https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production/ # https://blog.madewithlove.be/post/gitattributes/ # -.github/ export-ignore -scripts/ export-ignore -src/Standards/**/Tests/ export-ignore -tests/ export-ignore -.cspell.json export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.yamllint.yml export-ignore -phpcs.xml.dist export-ignore -phpstan.neon.dist export-ignore -phpunit.xml.dist export-ignore +.github/ export-ignore +scripts/ export-ignore +src/Standards/**/Tests/ export-ignore +tests/Core/**/ export-ignore +.cspell.json export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.yamllint.yml export-ignore +phpcs.xml.dist export-ignore +phpstan.neon.dist export-ignore +phpunit.xml.dist export-ignore +tests/Core/ErrorSuppressionTest.php export-ignore +tests/Core/IsCamelCapsTest.php export-ignore # # Declare files that should always have CRLF line endings on checkout.