Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#45770 closed defect (bug) (fixed)

Add back vendor directory to .gitignore

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

Description

The changes to .gitignore in #43411 weren't quite right.

After adding an entry for /vendor in [42405], that was reverted again by accident in [43309].

Long story short: /vendor is still missing from .gitignore.

Attachments (1)

45770.diff (272 bytes) - added by swissspidy 6 years ago.

Download all attachments as: .zip

Change History (3)

@swissspidy
6 years ago

#1 @netweb
6 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 5.1

Thanks for catching this...

#2 @swissspidy
6 years ago

  • Owner set to swissspidy
  • Resolution set to fixed
  • Status changed from new to closed

In 44363:

Build/Test Tools: Instruct Git and Subversion to ignore Composer's /vendor directory.

Re-adds changes from [42405] after being reverted by accident in [43309].

Fixes #45770

Note: See TracTickets for help on using tickets.