#43411 closed defect (bug) (fixed)
Remove `vendor` file name entry from `.gitignore`
| Reported by: | netweb | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | has-patch commit fixed-5.0 |
| Cc: | Focuses: |
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)
#5
@
8 years ago
- Milestone 5.1 → 5.0
- Resolution fixed
- Status closed → reopened
As part of adding PHPCS to the 5.0 branch reopening and moving back to the 5.0 milestone
#6
@
8 years ago
Patch 43411-50branch.diff for the 5.0 branch is ready for commit
This ticket was mentioned in Slack in #core-committers by flixos90. View the logs.
8 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 42733: