From d9539c656e16e87a540cd2f4b3bbaaa92c4bf158 Mon Sep 17 00:00:00 2001 From: David Maicher Date: Tue, 4 Jul 2023 20:42:36 +0200 Subject: [PATCH] add .gitattributes to exclude files from dist --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..a1e85ac6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +.gitattributes export-ignore +.gitignore export-ignore +.github export-ignore +tests/ export-ignore +.php-cs-fixer.dist.php export-ignore +phpunit.xml.dist export-ignore