diff --git a/.gitignore b/.gitignore index cb308cf..b7abcb0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,15 @@ -.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