Opened 5 years ago
Closed 5 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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.7 |
| Component: | Bundled Theme | Version: | 5.7 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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_modulesMoving 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.