-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
ContributorDayWCUS-CD-2025Tickets and issues worked on during WCUS Contributor Day 2025Tickets and issues worked on during WCUS Contributor Day 2025enhancementin progress
Description
Is your feature request related to a problem? Please describe.
When performing rsync, the only files and directories currently ignored are node_modules/ and composer.phar.
There are several other directories that are not used by the PHPUnit test suite that can be ignored to make the runner more efficient.
Describe the solution you'd like
The --exclude list should be expanded to include directories such as:
.cache.devcontainer/.github/- all folders within the
testsdirectory exceptphpunit/(e2e,performance, etc.). tools/
Metadata
Metadata
Assignees
Labels
ContributorDayWCUS-CD-2025Tickets and issues worked on during WCUS Contributor Day 2025Tickets and issues worked on during WCUS Contributor Day 2025enhancementin progress
Type
Projects
Status
In Progress