Opened 4 years ago
Closed 4 years ago
#52502 closed defect (bug) (fixed)
Twenty Twenty-One, Twenty and Nineteen: Syncronise ignored files between git and svn.
Reported by: | peterwilsoncc | Owned by: | peterwilsoncc |
---|---|---|---|
Milestone: | 5.7 | Priority: | normal |
Severity: | normal | Version: | 5.7 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
Currently the SVN config for themes are set to ignore the following files:
.map
files
- 2021 (due to change in #52377)
node_modules
directory
- 2021
- 2020
- 2019
These are not included in the .gitignore
file and should probably be synced up.
Attachments (1)
Change History (4)
#1
@
4 years ago
- Summary changed from Twenty Twenty-One: Syncronise ignored files between git and svn. to Twenty Twenty-One, Twenty and Nineteen: Syncronise ignored files between git and svn.
Note: See
TracTickets for help on using
tickets.
52502.diff ignores the directories:
/src/wp-content/themes/twentynineteen/node_modules
/src/wp-content/themes/twentytwentyone/node_modules
/src/wp-content/themes/twentytwenty/node_modules
Moving to 5.7 to avoid potential for mistakes on a PR/with a git diff.
#52377 will need to be committed prior to this patch.