Skip to content

gitignore .phpstorm.meta.php — it bakes absolute worktree paths and churns every PR diff #10

Description

@edgrosvenor

.phpstorm.meta.php is regenerated by composer ready (ide-helper) with absolute worktree paths baked in, so it shows up as a modified file in essentially every PR diff and after every gate run. It's editor metadata, not source.

Fix: add .phpstorm.meta.php to .gitignore and git rm --cached .phpstorm.meta.php.

Surfaced repeatedly during the initial 9-step build (flagged as an advisory in the inbox-UI and docs PRs). The sibling repos artisan-build/hone and artisan-build/matte likely carry the same artifact and would benefit from the same change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions