Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

added phpconfig.json with support for including/excluding files #181

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

TheColorRed
Copy link
Contributor

@TheColorRed TheColorRed commented Oct 28, 2016

Added the ability to create a phpconfig.json.

Supports files and exclude

{
    "files": [
        "filea.php",
        "fileb.php"
    ]
}
{
    "exclude": [
        "some/directory",
        "src/myfile.php",
        "plugins/**/config.json"
    ]
}

If both files and exclude exist, files takes precedence.

@TheColorRed TheColorRed changed the title Php config added phpconfig.json with support for including/excluding files Oct 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants