From 12e85c113ce52869247cd063221e1733ce4102be Mon Sep 17 00:00:00 2001 From: Renato Alves <19148962+renatonascalves@users.noreply.github.com> Date: Tue, 20 Jun 2023 09:49:54 -0300 Subject: [PATCH 1/2] Add `.deployignore` file --- .deployignore | 33 +++++++++++++++++++++++++++++++++ README.md | 5 ++--- 2 files changed, 35 insertions(+), 3 deletions(-) create mode 100755 .deployignore diff --git a/.deployignore b/.deployignore new file mode 100755 index 00000000..6b7c70eb --- /dev/null +++ b/.deployignore @@ -0,0 +1,33 @@ +# A set of files you probably don't want in your WordPress.org distribution +.distignore +.editorconfig +.git +.gitignore +.gitlab-ci.yml +.travis.yml +.DS_Store +Thumbs.db +behat.yml +bitbucket-pipelines.yml +bin +.circleci/config.yml +composer.json +composer.lock +Gruntfile.js +package.json +package-lock.json +phpunit.xml +phpunit.xml.dist +multisite.xml +multisite.xml.dist +phpcs.xml +phpcs.xml.dist +README.md +wp-cli.local.yml +yarn.lock +tests +vendor +node_modules +*.sql +*.tar.gz +*.zip 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. From e713050b0141ed877d688c19af83e6c6f684cbd6 Mon Sep 17 00:00:00 2001 From: Renato Alves <19148962+renatonascalves@users.noreply.github.com> Date: Tue, 20 Jun 2023 09:53:00 -0300 Subject: [PATCH 2/2] Use the content from the `create-wordpress-plugin` template --- .deployignore | 43 ++++++++++++++++--------------------------- 1 file changed, 16 insertions(+), 27 deletions(-) diff --git a/.deployignore b/.deployignore index 6b7c70eb..56180bf5 100755 --- a/.deployignore +++ b/.deployignore @@ -1,33 +1,22 @@ -# A set of files you probably don't want in your WordPress.org distribution -.distignore -.editorconfig -.git -.gitignore -.gitlab-ci.yml -.travis.yml .DS_Store Thumbs.db -behat.yml -bitbucket-pipelines.yml -bin -.circleci/config.yml -composer.json -composer.lock -Gruntfile.js -package.json -package-lock.json -phpunit.xml -phpunit.xml.dist -multisite.xml -multisite.xml.dist -phpcs.xml -phpcs.xml.dist -README.md wp-cli.local.yml -yarn.lock -tests -vendor -node_modules +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