From 1dba439fc3a91c3ddcbed7596d8ba75f83dd006c Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 4 Sep 2025 16:57:03 +0200 Subject: [PATCH] Update `.gitattributes` and `.gitignore` * Make the ordering of the file names more consistent (directories first, files after). * Update the list of files to be export-ignored. --- .gitattributes | 1 + .gitignore | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitattributes b/.gitattributes index bfd74e3858..14e8d36f81 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,6 +13,7 @@ scripts/ export-ignore .markdownlint-cli2.yaml export-ignore .remarkignore export-ignore .remarkrc export-ignore +.shellcheckrc export-ignore .yamllint.yml export-ignore phpcs.xml.dist export-ignore phpstan.neon.dist export-ignore diff --git a/.gitignore b/.gitignore index 3152b53c61..17de26087e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,12 @@ +.idea/* +build/ +lib/ +node_modules/ +vendor/ +/.phpunit.result.cache /CodeSniffer.conf +/composer.lock /phpcs.xml +/phpstan.neon /phpunit.xml -.phpunit.result.cache -/build/ -.idea/* -/vendor/ -composer.lock -phpstan.neon -/node_modules/ /tests/EndToEnd/Fixtures/*.fixed -/lib/