#2802 closed defect (bug) (fixed)
Refresh SVN and Git repo properties
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | General | Keywords: | |
Cc: |
Description
Switch to svn:autoprops
and remove svn:eol-style
properties
See #BuddyPress6409
Update svn:ignore
, svn:global-ignore
and .gitignore
properties see:
https://core.trac.wordpress.org/browser/trunk/
https://core.trac.wordpress.org/browser/trunk/.gitignore
https://buddypress.trac.wordpress.org/browser/trunk/
https://buddypress.trac.wordpress.org/browser/trunk/.gitignore
Proposed to also add IDE/Editor specific ignores, e.g. .idea
for PhpStorm, any others? Netbeans maybe?
(By adding a .gitignore
rule to .gitignore
file to allow for personal customizations (see core's implementation of this) we can proably avoid having to do this for each editor.
See discussions at:
https://wordpress.slack.com/archives/bbpress/p1429482087000161
https://wordpress.slack.com/archives/bbpress/p1429485525000185
https://wordpress.slack.com/archives/bbpress/p1429489584000193
Change History (6)
#3
@
10 years ago
I think adding a .idea
file is fine.
If Netbeans has a directory specific configuration file, I've never needed to use that functionality myself. Most of what I do involves projects with several plugins and themes in them, all of which utilize a similar configuration.
#4
@
10 years ago
- Milestone changed from Awaiting Review to 2.6
- Resolution set to fixed
- Status changed from new to closed
- Version set to trunk
Marking this as fixed for now, happy to revisit this later but there are a few workarounds for IDE/Editor ignore rules.
See these GitHub references:
In 5770: