diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..43807b4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/.gitignore export-ignore +/.gitattributes export-ignore +/.travis.yml export-ignore +/tests export-ignore +/phpunit.xml.dist export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa0b3ab --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.phar +.DS_Store +/build/ +/docs/ +/vendor/ +composer.lock +phpunit.xml