#34345 closed defect (bug) (fixed)
Document PHPStorm .idea ignore in .gitignore and svn:ignore
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
PhpStorm uses an .idea
folder in the root folder to store project configuration etc.
Ignoring this folder in .gitignore
is helpful for people using the PhpStorm IDE.
This change actually snuck in under the radar via r35242.
I see no real problems in keeping this, though it should be moved toward the bottom of the .gitignore
file and also added to the svn:ignore
properties for VCS configuration parity.
Attachments (1)
Change History (8)
#2
@
9 years ago
- Milestone changed from Awaiting Review to 4.4
- Owner set to johnbillion
- Status changed from new to accepted
IDE-specific .gitignore
rules should not be present in a project. They should be managed in the user's ~/.gitignore_global
.
#3
@
9 years ago
- Keywords has-patch added; needs-patch removed
I documented and relocated in the .gitignore file. However, I don't do WP contributions via svn (just doing git right now) and really don't want to checkout the svn repo so if someone could take care of the svn:ignore that would rock.
#6
in reply to:
↑ 1
@
9 years ago
Thanks John, hadn't thought about that's really where these ignores should be made :)
woops that's my fault! I should have mentioned something accompanying the patch I submitted. Sorry 'bout that.