From d06e8c74198062e6e16a721226298c54022f7182 Mon Sep 17 00:00:00 2001 From: Raphael Stolt Date: Wed, 22 Apr 2026 13:23:15 +0200 Subject: [PATCH] chore(dist): keep unnecessary artifacts out of releases --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b8debbc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# This file was generated by the lean package validator (http://git.io/lean-package-validator). + +* text=auto eol=lf + +.gitattributes export-ignore +.github/ export-ignore +.gitignore export-ignore +.php-cs-fixer.php export-ignore +example/ export-ignore +LICENSE export-ignore +Makefile export-ignore +phpunit.xml export-ignore +README.md export-ignore +test/ export-ignore