From 8284c61ac284c4f1eedc7ffb0d4c358cd697fce6 Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:14:38 +0200 Subject: [PATCH] Don't include development related files in distribution package --- .gitattributes | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index bfb8d891..32fd9d34 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,11 @@ +.github/ export-ignore +.phan/ export-ignore +docs/ export-ignore +Tests/ export-ignore +.drone.jsonnet export-ignore +.drone.yml export-ignore +.editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore -.gitmodules export-ignore -.travis/ export-ignore -.travis.yml export-ignore +phpunit.xml.dist export-ignore +ruleset.xml export-ignore