From 8acc0c6ef86315ebbdeb70ae38c7a7284068d5f4 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 17 Feb 2022 03:47:26 +0100 Subject: [PATCH] .gitignore: remove duplicate entry The `.github` folder was listed twice. Includes: * Sorting the entries by files first, then directories. * Improving readability of the list. --- .gitattributes | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index 319afb0..fdc4e69 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,15 +5,14 @@ # 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 -/.github export-ignore -/.gitignore export-ignore -/.github/ export-ignore -/appveyor.yml export-ignore -/box.json export-ignore -/doc export-ignore -/phpcs.xml.dist export-ignore -/tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +appveyor.yml export-ignore +box.json export-ignore +phpcs.xml.dist export-ignore +/.github/ export-ignore +/doc/ export-ignore +/tests/ export-ignore # # Auto detect text files and perform LF normalization