diff --git a/.gitignore b/.gitignore index 1d5044c..4224b4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ -.DS_Store -phpunit.xml -composer.lock +# Ignore custom phpunit config +/phpunit.xml + +# Ignore vendors and composer.lock (this is a library) +/composer.lock +/vendor