diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ad3f39d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/docs export-ignore +/tests export-ignore +/examples export-ignore +/scripts export-ignore +/phpunit.xml.dist export-ignore +/.git* export-ignore diff --git a/phpunit.xml b/phpunit.xml.dist similarity index 100% rename from phpunit.xml rename to phpunit.xml.dist