Opened 7 years ago
Closed 6 years ago
#42909 closed task (blessed) (fixed)
Ignore Composer `/vendor` folder
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.0 | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | Build/Test Tools | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Following #41057 a Composer /vendor
folder might now exist, we should ignore it.
Attachments (2)
Change History (12)
#2
@
7 years ago
- Owner set to johnbillion
- Status changed from new to reviewing
- Type changed from defect (bug) to task (blessed)
#5
in reply to:
↑ 3
@
7 years ago
Replying to johnbillion:
I'm going to add the
vendor
directory to the SVN ignored directories too.
Thanks John, the svn:ignore
was in 42909.diff, Trac just doesn't render these patches terribly well ;)
#7
@
6 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
#8
@
6 years ago
Patch 42909-50branch.diff for the 5.0 branch is ready for commit
Note: The patch includes the changes for svn:ignore
, highly unlikely it will applied when applying the patch though.
To edit svn:ignore
run svn propedit svn:ignore .
from the command line and add vendor
after jsdoc
Index: . =================================================================== --- . (revision 43735) +++ . (working copy) Property changes on: . ___________________________________________________________________ Modified: svn:ignore ## -8,6 +8,7 ## node_modules npm-debug.log build wp-cli.local.yml .git jsdoc +vendor
Note: See
TracTickets for help on using
tickets.
I'm going to add the
vendor
directory to the SVN ignored directories too.