From 41dfe89794a1c04fd797f650e4f722c41e4d355c Mon Sep 17 00:00:00 2001 From: Willem Date: Fri, 24 Jun 2022 12:53:58 +0200 Subject: [PATCH] Exclude development files from Composer packaging (#479) --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7dd03a6..952d7f9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,3 +10,8 @@ ISSUE_TEMPLATE.md export-ignore /tests/ export-ignore phpunit.xml export-ignore phpunit.xml.dist export-ignore +.github export-ignore +/docker/ export-ignore +CODE_OF_CONDUCT.md export-ignore +docker-compose.yml export-ignore +Dockerfile export-ignore