diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2019481 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# Files not needed to be distributed in ZIP packages. +/.github/ export-ignore +/bin/ export-ignore +/tests/ export-ignore +/.* export-ignore +/composer.json export-ignore +/phpunit.xml export-ignore