From c3eba62bcfd389cee31ec1ab8549a858f700e11a Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 23 Aug 2023 20:07:29 +0200 Subject: [PATCH] .gitattributes: minor readability improvement --- .gitattributes | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitattributes b/.gitattributes index a4ac8db3..c6cded19 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,14 +4,14 @@ # If you develop for VIPCS using Composer, use `--prefer-source`. # https://blog.madewithlove.be/post/gitattributes/ # -/.editorconfig export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/.phpcs.xml.dist export-ignore -/phpunit.xml.dist export-ignore -/.github export-ignore -/bin export-ignore -/tests export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.phpcs.xml.dist export-ignore +/phpunit.xml.dist export-ignore +/.github export-ignore +/bin export-ignore +/tests export-ignore /WordPressVIPMinimum/Tests export-ignore #