diff --git a/.deployignore b/.deployignore new file mode 100755 index 00000000..56180bf5 --- /dev/null +++ b/.deployignore @@ -0,0 +1,22 @@ +.DS_Store +Thumbs.db +wp-cli.local.yml +node_modules/ +*.sql +*.tar.gz +*.zip +.phpunit.result.cache +Dockerfile +output.log +.github +tests +bin +composer.lock +.phpcs.xml +phpunit.xml +configure.php +DOCKER_ENV +phpunit.xml +tests +.phpcs +Makefile diff --git a/README.md b/README.md index ed888cac..10526f0a 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ -Byline Manager -============== +# Byline Manager [![Testing Suite](https://github.com/alleyinteractive/byline-manager/actions/workflows/unit-test.yml/badge.svg)](https://github.com/alleyinteractive/byline-manager/actions/workflows/unit-test.yml) -[![PHPCS](https://github.com/alleyinteractive/byline-manager/actions/workflows/phpcs.yml/badge.svg)](https://github.com/alleyinteractive/byline-manager/actions/workflows/phpcs.yml) +[![PHPCS](https://github.com/alleyinteractive/byline-manager/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/alleyinteractive/byline-manager/actions/workflows/coding-standards.yml) [![Node Tests](https://github.com/alleyinteractive/byline-manager/actions/workflows/node-tests.yml/badge.svg)](https://github.com/alleyinteractive/byline-manager/actions/workflows/node-tests.yml) Manage an article's byline and author profiles.