Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#45474 closed defect (bug) (fixed)

Update .gitignore to exclude twentynineteen and twentysixteen

Reported by: swissspidy Owned by: swissspidy
Priority: normal Milestone: 5.1
Component: Build/Test Tools Version:
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

The .gitignore file currently contains these lines:

/src/wp-content/themes/*
!/src/wp-content/themes/twentyten
!/src/wp-content/themes/twentyeleven
!/src/wp-content/themes/twentytwelve
!/src/wp-content/themes/twentythirteen
!/src/wp-content/themes/twentyfourteen
!/src/wp-content/themes/twentyfifteen
!/src/wp-content/themes/twentyseventeen

This should be amended by a !/src/wp-content/themes/twentynineteen line. Probably not right now, but as as soon as developments moves from https://github.com/WordPress/twentynineteen to Trac.

Attachments (1)

45474.diff (383 bytes ) - added by swissspidy 8 years ago.

Download all attachments as: .zip

Change History (4)

@swissspidy
8 years ago

#1 @swissspidy
8 years ago

  • Milestone Awaiting Review5.1
  • Owner set to swissspidy
  • Status newassigned

Twenty Sixteen is also missing from the list.

#2 @swissspidy
8 years ago

  • Summary Update .gitignore to include twentynineteen folderUpdate .gitignore to exclude twentynineteen and twentysixteen

#3 @swissspidy
8 years ago

  • Resolutionfixed
  • Status assignedclosed

In 44517:

Build/Test Tools: Update .gitignore to exclude twentynineteen and twentysixteen.

Brings the list of bundled themes in .gitignore up to date.

Fixes #45474.

Note: See TracTickets for help on using tickets.