Merge pull request #703 from flightphp/sort-.gitignore

Sort .gitignore
master
n0nag0n 18 hours ago committed by GitHub
commit 3ca4c86da8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

18
.gitignore vendored

@ -1,16 +1,18 @@
.idea/ *.sublime-*
.vscode/ .DS_Store
vendor/
composer.phar
composer.lock
.phpunit.result.cache .phpunit.result.cache
coverage/ .runway-config.json
*.sublime* .runway-creds.json
/.idea
/.vscode
/coverage
/vendor
clover.xml clover.xml
composer.lock
composer.phar
phpcs.xml phpcs.xml
phpstan.neon phpstan.neon
phpunit.xml phpunit.xml
.runway-config.json .runway-config.json
.runway-creds.json .runway-creds.json
.DS_Store
.phpunit-watcher.yml .phpunit-watcher.yml

Loading…
Cancel
Save