-
Notifications
You must be signed in to change notification settings - Fork 696
Closed
Labels
Description
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.phpUse-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.
Reactions are currently unavailable