#25337 closed enhancement (fixed)
Add svn:ignore for common wp-content folders
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | normal | Version: | 3.7 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
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?
Change History (5)
Note: See
TracTickets for help on using
tickets.
Seems logical, as long as the default themes' versioning isn't affected.