diff --git a/.gitignore b/.gitignore index ee01cae..22fbea8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,18 @@ -.idea/ -.vscode/ -vendor/ -composer.phar -composer.lock +*.sublime-* +.DS_Store .phpunit.result.cache -coverage/ -*.sublime* +.runway-config.json +.runway-creds.json +/.idea +/.vscode +/coverage +/vendor clover.xml +composer.lock +composer.phar phpcs.xml phpstan.neon phpunit.xml .runway-config.json .runway-creds.json -.DS_Store .phpunit-watcher.yml