Skip to content

Update .deployignore to exclude unnecessary files #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: production
Choose a base branch
from

Conversation

Eduardo-Batist4
Copy link

This PR updates the .deployignore file to prevent deployment of development, config, and test files, as described in issue #162.
Fixes #162

@Eduardo-Batist4 Eduardo-Batist4 requested a review from a team as a code owner April 16, 2025 18:54
Copy link
Member

@kevinfodness kevinfodness left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! You're on the right track, but the paths need to be modified as follows:

  1. Root paths should be prefixed with a /, for example /.editorconfig
  2. Plugin paths should be prefixed with the default path to the plugin, which is /plugins/create-wordpress-plugin/, for example /plugins/create-wordpress-plugin/blocks
  3. Theme paths should be prefixed with the default path to the theme, which is /themes/create-wordpress-theme/, for example /themes/create-wordpress-theme/entries

Once those changes have been made, let me know, and I'll re-review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ignore more files when deploying
2 participants