Skip to content

Conversation

@GaryJones
Copy link
Contributor

Summary

Configures .gitattributes with export-ignore entries to exclude development files from GitHub release archives, ensuring cleaner plugin distribution.

Changes

  • Add .gitattributes with export-ignore for dev directories and files
  • Rename assets/ to .wordpress-org/ for consistency with other plugins
  • Update .distignore to include .wordpress-org/

This addresses the issue where the 2.2.0 release zip included tests/, phpunit.xml.dist, and other development files.

🤖 Generated with Claude Code

- Add .gitattributes with export-ignore for dev files
- Rename assets/ to .wordpress-org/ for consistency
- Update .distignore to exclude .wordpress-org/
@GaryJones GaryJones requested a review from a team as a code owner January 6, 2026 16:53
@GaryJones GaryJones self-assigned this Jan 6, 2026
@GaryJones GaryJones added the type: maintenance Routine maintenance and code quality improvements label Jan 6, 2026
@GaryJones GaryJones added this to the Next 2.x milestone Jan 6, 2026
@GaryJones GaryJones merged commit f8cde80 into develop Jan 6, 2026
3 checks passed
@GaryJones GaryJones deleted the chore/gitattributes-export-ignore branch January 6, 2026 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: maintenance Routine maintenance and code quality improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants