Opened 9 years ago
Closed 8 years ago
#42909 closed task (blessed) (fixed)
Ignore Composer `/vendor` folder
| Reported by: | netweb | Owned by: | johnbillion |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0 |
| Component: | Build/Test Tools | Version: | 5.1 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
Following #41057 a Composer /vendor folder might now exist, we should ignore it.
Attachments (2)
Change History (12)
#5
in reply to: ↑ 3
@
9 years ago
Replying to johnbillion:
I'm going to add the
vendordirectory 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
@
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
#8
@
8 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
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I'm going to add the
vendordirectory to the SVN ignored directories too.