[wp-trac] [WordPress Trac] #25337: Add svn:ignore for common wp-content folders

WordPress Trac noreply at wordpress.org
Tue Sep 17 02:08:46 UTC 2013


#25337: Add svn:ignore for common wp-content folders
-------------------------+---------------------------
 Reporter:  dd32         |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  WordPress.org
Component:  General      |    Version:  trunk
 Severity:  normal       |   Keywords:
-------------------------+---------------------------
 We have a bunch of folders in `wp-content` which we don't really need
 showing in svn diff's, we should add them as a `svn:ignore` property.

 suggested:
 {{{
 src/wp-content/
   svn:ignore mu-plugins uploads upgrade
 src/wp-content/plugins/
   svn:ignore *
 src/wp-content/themes/
   svn:ignore *
 }}}

 Any modifications to files within versioned files will still show in svn
 diff's, and any unversioned files within versioned theme directories will
 still show.
 This will just hide the long list of plugin / themes which a developer has
 installed, as well as the dynamically created folders inside `wp-content`.

 Is there any reason I'm missing why this would be bad idea?

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25337>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list