From 862287a9355bebb361e61d233b7a2906a6729b4f Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 23 Mar 2023 21:51:29 +0100 Subject: [PATCH] .gitattributes: update for PHPUnit config Follow up on #6 --- .gitattributes | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2e1efc5..d201c19 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,11 +5,12 @@ # https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production # https://blog.madewithlove.be/post/gitattributes/ # -.gitattributes export-ignore -.gitignore export-ignore -/.github export-ignore -/c export-ignore -/tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +phpunit.xml.dist export-ignore +/.github export-ignore +/c export-ignore +/tests export-ignore # # Auto detect text files and perform LF normalization