# Dev-only files that should not ship in the WordPress.org release build.
/tests
/vendor
/.git
/.gitignore
/.distignore
/composer.json
/composer.lock
/phpunit.xml.dist
/.phpunit.result.cache

# Translations are managed by translate.wordpress.org once the plugin is
# hosted there; compiled/locale catalogs must not ship in the package.
/languages/*.po
/languages/*.mo
