[wp-trac] [WordPress Trac] #60337: Installing custom fonts genereates untracked 'fonts' directory
WordPress Trac
noreply at wordpress.org
Wed Jan 24 12:01:33 UTC 2024
#60337: Installing custom fonts genereates untracked 'fonts' directory
------------------------------+--------------------
Reporter: afercia | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.5
Component: Build/Test Tools | Version:
Severity: normal | Keywords:
Focuses: |
------------------------------+--------------------
When developing on trunk and installing custom fonts (e.g. Google fonts)
in the editor, a new `/src/wp-content/fonts/` directory is generated.
The `git status` comannd will report:
{{{
Untracked files:
(use "git add <file>..." to include in what will be committed)
src/wp-content/fonts/
}}}
Similarly for SVN.
This directory should either svn ignored and git ignored or committed to
core.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60337>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list