[wp-trac] [WordPress Trac] #64393: Change how we include Gutenberg in Core
WordPress Trac
noreply at wordpress.org
Tue Mar 3 02:00:38 UTC 2026
#64393: Change how we include Gutenberg in Core
------------------------------+--------------------------
Reporter: youknowriad | Owner: youknowriad
Type: task (blessed) | Status: reopened
Priority: high | Milestone: 7.0
Component: Build/Test Tools | Version:
Severity: blocker | Resolution:
Keywords: has-patch | Focuses:
------------------------------+--------------------------
Comment (by desrosj):
Replying to [comment:181 ellatrix]:
> Not relevant to Dennis' PRs, but the SVN ignore wildcard is exactly the
same as all the folder "wildcards" we have in gitignore for many years for
many folders? Everything in those folders was correctly meant to be
ignored including new files.
There are only two wildcards I can see in place besides `/src/wp-
includes/assets/*` and `/src/wp-includes/blocks/*`:
- `.cache/*`
- `/src/wp-content/themes/*`
For `./src/wp-content/themes/`, there are rules after that negating
specific directories (`twentyten`, `twentyeleven`, etc.).
The issue is not so much adding a wildcard, it's that a wildcard was added
when files in that directory were under version control and they were not
deleted in a separate commit prior to the wildcard being added.
It seems the build server will not delete a file unless it's explicitly
told to do so by SVN through a commit deleting the file. Otherwise the
files will just remain forever.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64393#comment:183>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list