Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

'Excludes' doesn't work for directories. #87

Open
@aezur

Description

@aezur

Assuming a directory structure of:

- lang
    - en
        - file_name_1.php
        - directory_name
            - file_name_2.php

And in the config file:

'excludes' => [
        'file_name_1',    /* Works */
        "directory_name",    /* Doesn't work */
    ],

When art vue-i18n:generate is run, then everything inside directory_name will be included in the output file.

Placing directory_name/file_name_2' into the excludes` array is a workaround, but it doesn't suit my use case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions