From d586efb689ed1d2488b3243d7e1b0831a08d7436 Mon Sep 17 00:00:00 2001 From: Shyim Date: Fri, 23 Jun 2023 17:19:32 +0200 Subject: [PATCH] chore: Remove tests from final zip file (#207) * Remove tests from final zip file * chore: Add comment to .gitattributes about export-ignore --------- Co-authored-by: Fabian Meyer <3982806+meyfa@users.noreply.github.com> --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe07704..34a3ea90 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,6 @@ # Auto detect text files and perform LF normalization * text=auto + +# Remove unnecessary files from Composer package +/.github/ export-ignore +/tests/ export-ignore