From 31a7e4c7dbf0ddd4b1d08f844453bfe618f53fd5 Mon Sep 17 00:00:00 2001 From: Volodymyr Stelmakh Date: Mon, 26 Jan 2026 00:13:46 +0100 Subject: [PATCH] invert gitattributes export ignore patterns --- .gitattributes | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/.gitattributes b/.gitattributes index 74a2f33..1ada2b3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,15 +1,9 @@ -.gitattributes export-ignore -.gitignore export-ignore -.editorconfig export-ignore - -/.github export-ignore -/docs export-ignore -/resources export-ignore -/tests export-ignore -/CHANGELOG.md export-ignore -/CONTRIBUTING.md export-ignore -/Makefile export-ignore - -phpcs.php export-ignore -phpstan.neon export-ignore -phpunit.xml export-ignore +* export-ignore +/bin/ -export-ignore +/bin/** -export-ignore +/src/ -export-ignore +/src/** -export-ignore +/composer.json -export-ignore +/README.md -export-ignore +/CHANGELOG.md -export-ignore +/LICENSE -export-ignore