From 16ec56dae776129f6a9e2ea7e8725e30cb46414d Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 22 Sep 2023 04:16:30 +0200 Subject: [PATCH] .gitattributes: minor clean up * Alignment for readability. * Remove files which don't exist in this repo from the list. --- .gitattributes | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.gitattributes b/.gitattributes index d962543..26ce5cc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,18 +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 -/.gitignore export-ignore -/.phpcs.xml export-ignore -/.phpcs.xml.dist export-ignore -/phpcs.xml export-ignore -/phpcs.xml.dist export-ignore -/phpunit.xml export-ignore -/phpunit.xml.dist export-ignore -/.cache export-ignore -/.github export-ignore -/images export-ignore -/tests export-ignore +/.cache export-ignore +/.github export-ignore +/images 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