[wp-trac] [WordPress Trac] #42909: Ignore Composer `/vendor` folder

WordPress Trac noreply at wordpress.org
Wed Oct 17 01:17:18 UTC 2018


#42909: Ignore Composer `/vendor` folder
------------------------------+--------------------------
 Reporter:  netweb            |       Owner:  johnbillion
     Type:  task (blessed)    |      Status:  reopened
 Priority:  normal            |   Milestone:  5.0
Component:  Build/Test Tools  |     Version:  trunk
 Severity:  normal            |  Resolution:
 Keywords:  has-patch commit  |     Focuses:
------------------------------+--------------------------

Comment (by netweb):

 Patch [attachment:"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`

 {{{#!diff
 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
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/42909#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list