From daf44f8610225e3b231d3c9057549cffa9d36a8d Mon Sep 17 00:00:00 2001 From: Ronny Hauptvogel Date: Thu, 17 Sep 2026 17:16:34 +0200 Subject: [PATCH] chore: add .gitattributes --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3efb1c1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +/.ddev export-ignore +/.github export-ignore +/Tests export-ignore +/.editorconfig export-ignore +/.gitignore export-ignore +/composer-require-checker.json export-ignore +/composer-unused.php export-ignore +/packaging_exclude.php export-ignore +/phpunit.xml.dist export-ignore +/renovate.json export-ignore +/version-bumper.yaml export-ignore