#43411 closed defect (bug) (fixed)
Remove `vendor` file name entry from `.gitignore`
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | has-patch commit fixed-5.0 |
| Focuses: | Cc: |
Description (last modified by )
It looks like vendor snuck into the .gitignore via [41681] and again in [43309] and should be removed.
As it is vendor and not /vendor it refers to a filename per https://git-scm.com/docs/gitignore#_pattern_format
The vendor/ path (in reference to Composer) was added later in [42405] and should remain as is.
Attachments (2)
Change History (13)
#2
@
8 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
#5
@
7 years ago
- Milestone changed from 5.1 to 5.0
- Resolution fixed deleted
- Status changed from closed to reopened
As part of adding PHPCS to the 5.0 branch reopening and moving back to the 5.0 milestone
#6
@
7 years ago
Patch 43411-50branch.diff for the 5.0 branch is ready for commit
#9
@
7 years ago
- Keywords fixed-5.0 added
- Resolution fixed deleted
- Status changed from closed to reopened
This ticket was mentioned in Slack in #core-committers by flixos90. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
In 42733: