From d80ec930a002801b919fac9d8788c9ce60bdde29 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 26 Sep 2023 15:09:33 +0200 Subject: [PATCH] .gitattributes: minor clean up * Sorted the list - folders first, then files, alphabetic order. --- .gitattributes | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 7444056..f37cebf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,13 +5,13 @@ # 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 -/.cache/ export-ignore -/.github/ export-ignore -/.phpcs.xml.dist export-ignore -/phpunit.xml.dist export-ignore -/tests/ export-ignore +/.cache/ export-ignore +/.github/ export-ignore +/tests/ export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.phpcs.xml.dist export-ignore +phpunit.xml.dist export-ignore # # Auto detect text files and perform LF normalization