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/
.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

Loading…
Cancel
Save