Skip to content

Support path wildcards for paths #5721

@samdark

Description

@samdark

I have a PHP templates in the project. The project files are grouped by use-case:

src
  ContactForm
    views
      form.php
    Form.php
    FormAction.php
   Blog
     Tag
       views
         tags.php
       TagAction.php
     Archive
       views
         archive.php
       ArchiveAction.php

Use-cases aren't fixed. They're added/deleted as development goes.

Currently I can not exclude views directories via ignoreFiles since wildcard pattern doesn't work for paths, see #4853. I'd like to be able to.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions