xref: /plugin/statdisplay/.gitignore (revision 03cdebb71906645bc452782ad23f052261c2cb18)
1# keep vendor/ checked in, but strip test suites and CI cruft (à la DokuWiki core)
2vendor/bin/*
3vendor/*/*/tests/*
4vendor/*/*/test/*
5vendor/*/*/.github
6vendor/*/*/.travis.yml
7vendor/*/*/phpunit.xml*
8vendor/*/*/codeception.yml
9vendor/*/*/phpcs.xml
10vendor/*/*/phpstan*.neon
11