diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ac0e880 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +.* export-ignore +*.md export-ignore +tests export-ignore +docs export-ignore +examples export-ignore +mongo-orchestration export-ignore +stubs export-ignore +tools export-ignore +phpcs.xml.dist export-ignore +phpunit.evergreen.xml export-ignore +phpunit.xml.dist export-ignore +psalm.xml.dist export-ignore +psalm-baseline.xml export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e02e50 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Composer +composer.phar +composer.lock +vendor/ + +# PHPUnit +phpunit.phar +phpunit.xml +.phpunit.result.cache + +# phpcs +.phpcs-cache +phpcs.xml + +# psalm +psalm.xml + +# phpbench +.phpbench/ +phpbench.json +