From 5a668b7e4b58f7385c6009af755193d7a9d54c94 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 22 Sep 2023 00:24:15 +0200 Subject: [PATCH] .gitattributes: minor clean up * Alignment for readability. * Sorted the list - folders first, then files, alphabetic order. --- .gitattributes | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index 67ccd8e..be1fd8c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,16 +5,16 @@ # 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 -/.markdownlint-cli2.yaml export-ignore -/.phpcs.xml.dist export-ignore -/.remarkignore export-ignore -/.remarkrc 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 +.markdownlint-cli2.yaml export-ignore +.phpcs.xml.dist export-ignore +.remarkignore export-ignore +.remarkrc export-ignore +phpunit.xml.dist export-ignore # # Auto detect text files and perform LF normalization