From 24c018c7d29a2988a4b9f64446d797f3504dfa11 Mon Sep 17 00:00:00 2001 From: Raphael Stolt Date: Thu, 31 Jul 2025 16:39:45 +0200 Subject: [PATCH] Keep unnecessary artifacts out of dist releases --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9d1a031 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +# This file was generated by the lean package validator (http://git.io/lean-package-validator). + +* text=auto eol=lf + +.devcontainer/ export-ignore +.gitattributes export-ignore +.github/ export-ignore +.gitignore export-ignore +CHANGELOG.md export-ignore +LICENSE export-ignore +phpunit.xml export-ignore +README.md export-ignore +tests/ export-ignore