Skip to content

Commit

Permalink
Merge pull request #119 from alleyinteractive/feature/built-branch
Browse files Browse the repository at this point in the history
Add `.deployignore` file for the built branch action
  • Loading branch information
renatonascalves authored Jun 20, 2023
2 parents fc93300 + e713050 commit eb1b409
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
22 changes: 22 additions & 0 deletions .deployignore
Original file line number Diff line number Diff line change
@@ -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
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit eb1b409

Please sign in to comment.